There's no wonder why SQLite is the most used database engine in the world. If you've never used it before, this SQLite tutorial not only gets you started, it also gives you the foundational skills to ...
With the SQLite3 database installed, you now have a light-weight, fully-functional, SQL-compliant database ready for use. You are now fully prepared to explore the SQLite3 Command Line Interface, ...
We are big fans of using SQLite for anything of even moderate complexity where you might otherwise use a file. The advantages are numerous, but sometimes you want to be lean on file storage.