What is "sqlite3"

Sqlite is a C-language library that implements a built-in SQL database. Programs that use the Sqlite library can have access to SQL database without running a separate DBMS process.

Sqlite is not a client library used to connect to a large database server, but rather the server itself. The Sqlite library reads and writes directly to and from the database file on disk.