SQLite is an almost ACID-compliant embedded relational database management system contained in a relatively small (~225 kB) C programming library. The source code for SQLite is in the public domain.
The SQLite engine is not a standalone process with which the application program communicates. Instead, the SQLite library is linked in and thus becomes an integral part of the application program. The library can also be called dynamically. The entir...
more
Read article at Wikipedia
SQLite
Software
Developer
D. Richard Hipp
D. Richard Hipp (born April 9, 1961) is the architect and primary author of SQLite. He and his wife, Ginger G. Wyrick, currently live and work in Charlotte, North Carolina. He also authored the Lemon Parser Generator and CVSTrac. CVSTrac became the inspiration for Trac. He is also a member of the...
Latest Version:
- 3.3.17
Latest Release Date:
- Apr 25, 2007