Actualités

Whether you want some quick and dirty data storage, or simply don’t have that heavy requirements for your local database system, SQLite is always a good choice. With its portable single-file ...
You can use SQLite to gain both faster data access and a smaller footprint. The SQLite database is usually stored as a single disk file, although it can also work as an in-memory database.
This tutorial teaches everything about the SQLite database, from installation to creating tables, performing CRUD operations and connecting a GUI. Once you're able to create databases; configure ...
Databases are ideal for storing complex data structures and are particularly ... check out this article. SQLite is an implementation of a relational database, specifically aimed for embedded ...
"Instead of a database, I just serialize my data to JSON, saving and loading it ... If you're worried that a database is overkill, check out SQLite.
Once you’ve installed SQLite, you’ll probably want to learn how to maneuver around the database’s command line interface (CLI). The SQLite CLI allows you to issue any valid SQL statements you like. To ...