blob: 1afefd18eea91f3a66e8375bcb1104faafca4eed (
plain)
1
2
3
4
5
6
|
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.
|