Company Description

SQLite is a relational database management system contained in a C programming library.

SQLite is a relational database management system contained in a C programming library. It is ACID-compliant and implements most of the SQL standard, using a dynamically and weakly typed SQL syntax that does not guarantee the domain integrity. This software library implements a self-contained, serverless, zero-configuration,transactional SQL database engine. Being a regular choice as an embedded database for local and client storage in application software such as web browsers, it is a widely deployed database engine, as it is used today by several widespread browsers, operating systems, and embedded systems, among others. SQLite has bindings to many programming languages and has source code for in the public domain. SQLite was launched by D. Richard Hipp in August 2000.