SQLite

From Sterbal's Sundry Studies

To get a list of objects

  • select * from sqlite_master

in the viewer:

Details regarding the query:

SQLite Viewer with Google Drive[edit]

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..

Drop a file here. Choose File Reload 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.

Download SQLite Sample File

2016, SQLite Viewer with Google Drive