diff options
Diffstat (limited to 'libraries/sqlite/README')
-rw-r--r-- | libraries/sqlite/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libraries/sqlite/README b/libraries/sqlite/README new file mode 100644 index 0000000000..8743abfb83 --- /dev/null +++ b/libraries/sqlite/README @@ -0,0 +1,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. + |