18303 shaares
1707 private links
1707 private links
13 results
tagged
sqlite
SQLite Workbench is a full SQLite editor which allows you to create, edit and manage your SQLite databases. It also allows you to export data or access it through remote REST API call, giving you a full database cloud based on SQLite.
Source : https://github.com/inloop/sqlite-viewer
Un autre viewer online : https://sqliteonline.com
In the introductory post to SQLite 3, we covered some basic commands, database and table creation, and more. In this one, we’ll go into more depth – exploring both familiar features from other databases and features that make SQLite stand out.