sqlite: SQLite (simple, self-contained database engine) sqlite: sqlite: SQLite is a software library that implements a self-contained, sqlite: serverless, zero-configuration, transactional SQL database engine. sqlite: Programs that link with the SQLite library can have SQL database sqlite: access without running a separate RDBMS process. The distribution sqlite: comes with a standalone command-line access program (sqlite) that sqlite: can be used to administer an SQLite database and which serves as sqlite: an example of how to use the SQLite library. sqlite: sqlite: