GitHub

sqlite3-db-browser.md

SQLite3 is a fast lightweight dbms that works great as a local database during development. And once the project is deployed onto a server, a different dbms (MySQL, PostgreSQL, etc) can be selected ...
SQLite has an incredibly small footprint. The database itself, its DLLs and the complimentary diff and analyzer tools are less than 15 MB in size. It's perfect for small mobile devices, advanced ...