SQLite is an embedded relational database management system contained in a relatively small (~275 kB) C programming library.
The source code for SQLite is in the public domain and implements most of the SQL standard.
In contrast to other database management systems, SQLite is not a separate process that is accessed from the client application, but an integral part of it.