SQLite Library

SQLite Overview 2025-05-09
   1    


  • • SQLite is a C library that implements an embeddable SQL database engine.
  • • Started in 2000 by D. Richard Hipp.
  • • Implements majority of SQL92 standard.
  • • Combines the database and interface to the database in a single library.