December 2021
Intermediate to advanced
510 pages
11h 20m
English
SQLite implements both a library to access the database and a file format to store the data. To use it with other applications, you need SQLite installed on your system.
If you’re running Linux, there’s a good chance you already have SQLite installed, since many applications use it to store data. You can use your distribution’s package manager to check for and install SQLite if it’s not installed yet. SQLite is available with most popular Linux distributions. For more details, consult your distribution’s documentation and package repositories.
If you’re using macOS, install SQLite by using Homebrew:[62]
| | $ brew install sqlite3 |
In Windows, you can download a precompiled version of SQLite from its download ...
Read now
Unlock full access