diff options
author | Barry J. Grundy <bgrundyatlinuxleo.com> | 2018-03-22 22:33:30 +0000 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2018-03-22 22:33:30 +0000 |
commit | 37fa2e977fc15b4878daf750adf16891ec84487d (patch) | |
tree | 1cffac1808a0834c7b1df90dba23f2754fe92a43 /python/pysqlite/README | |
parent | 57850c79e10383d7bd5e4b075e27d8ef49db65ff (diff) |
python/pysqlite: Added (Python interface to SQLite 3).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
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 0000000000000..57071d09e0a45 --- /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. |