SQLite Viewer with Google Drive
This app allows you to view SQLite Database on your browser.
This is a versatile viewer for SQLite database. You can browse, open and edit SQLite files. Supports SQL query (select, update, insert..).
It can help you to easily manage, and open the SQLite database on your browser. You can open a SQLite file to read from your computer or your Google Drive. Provides connect with Google Drive.
This SQLite Viewer does not save or upload the file you select. It only works locally without going through the server. (HTML5 technology)
Supports Chrome, IE10+, Firefox, Safari.. Supported formats: sqlite, db, sqlite3, localstorage..

Drop a file here.
SQLite is a relational database management system contained in a C programming library. In contrast to many other database management systems, SQLite is not a client–server database engine. Rather, it is embedded into the end program.
SQLite is a popular choice as embedded database software for local/client storage in application software such as web browsers. It is arguably the most widely deployed database engine, as it is used today by several widespread browsers, operating systems, and embedded systems, among others.

SQLite Sample File

2024, SQLite Viewer with Google Drive