News

SQLite is designed to be fast, portable, and reliable, whether you’re storing only kilobytes of data or multi-gigabyte blobs. We'll take a look at SQLite, including where and when to use it and ...
sqlite db < dump.sql This creates the database db if it doesn't exit. The reverse process to dump a database would be: sqlite db .dump > dump.sql SQLite is powerful. Its wide application, ease of use, ...