summaryrefslogtreecommitdiff
path: root/databases/py-sqlite/DESCR
diff options
context:
space:
mode:
authortsarna <tsarna@pkgsrc.org>2003-06-25 21:38:21 +0000
committertsarna <tsarna@pkgsrc.org>2003-06-25 21:38:21 +0000
commitc018859e2e904b0baac0e376c8049c423f770e35 (patch)
tree97fa41c06692f7ae74964664698e27080b0f0d78 /databases/py-sqlite/DESCR
parent15089fb7e30317c13278fbff7c488da4bc6e791d (diff)
downloadpkgsrc-c018859e2e904b0baac0e376c8049c423f770e35.tar.gz
PySQLite is a Python interace to the SQLite library.
Diffstat (limited to 'databases/py-sqlite/DESCR')
-rw-r--r--databases/py-sqlite/DESCR2
1 files changed, 2 insertions, 0 deletions
diff --git a/databases/py-sqlite/DESCR b/databases/py-sqlite/DESCR
new file mode 100644
index 00000000000..fd8838f0875
--- /dev/null
+++ b/databases/py-sqlite/DESCR
@@ -0,0 +1,2 @@
+PySQLite is a Python interace to the SQLite library,
+allowing Python programs to access SQLite databases.