blob: 8743abfb83b0847829e4da52ef7d76c1b51ab068 (
plain)
1
2
3
4
5
6
7
|
SQLite is a small C library that implements a self-contained, embeddable,
zero-configuration SQL database engine.
The SQLite distribution comes with a standalone command-line access program
(sqlite) that can be used to administer an SQLite database and which serves
as an example of how to use the SQLite library.
|