diff options
Diffstat (limited to 'python/pysqlite/README')
-rw-r--r-- | python/pysqlite/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/python/pysqlite/README b/python/pysqlite/README new file mode 100644 index 0000000000..57071d09e0 --- /dev/null +++ b/python/pysqlite/README @@ -0,0 +1,5 @@ +pysqlite - Python Interface to SQLite 3 + +pysqlite is an interface to the SQLite 3.x embedded relational database engine. +It is almost fully compliant with the Python database API version 2.0 and also +exposes the unique features of SQLite. |