SQLite Library
Introduction to SQLite
2024-11-21
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.