summaryrefslogtreecommitdiffstats
path: root/python/pysqlite/README
diff options
context:
space:
mode:
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
commit37fa2e977fc15b4878daf750adf16891ec84487d (patch)
tree1cffac1808a0834c7b1df90dba23f2754fe92a43 /python/pysqlite/README
parent57850c79e10383d7bd5e4b075e27d8ef49db65ff (diff)
downloadslackbuilds-37fa2e977fc15b4878daf750adf16891ec84487d.tar.gz
slackbuilds-37fa2e977fc15b4878daf750adf16891ec84487d.tar.xz
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/README5
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.