Description
Provides the SQLite database engine and command-line tool. SQLite stores a full SQL database in a regular file, making it useful for applications, local data, testing, scripts, and small services.
Use it when software needs an embedded database without a separate server. Developers and administrators can also inspect databases with the sqlite3 command.