mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
6 lines
318 B
Text
6 lines
318 B
Text
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.
|