summaryrefslogtreecommitdiffstats
path: root/python/pydblite/README
diff options
context:
space:
mode:
author LukenShiro <lukenshiro@ngi.it>2011-12-14 16:31:10 -0600
committer Niels Horn <niels.horn@slackbuilds.org>2011-12-18 00:07:50 -0200
commit0071155ccdec7c91315f8fa2740807f85a0dcd0a (patch)
tree2f9bf42c973edf013fbb332b121813b34bb90209 /python/pydblite/README
parent66f8ada4ceb4c8bbe4053201864c28e6e1e1a57f (diff)
downloadslackbuilds-0071155ccdec7c91315f8fa2740807f85a0dcd0a.tar.gz
slackbuilds-0071155ccdec7c91315f8fa2740807f85a0dcd0a.tar.xz
python/pydblite: Moved from Development (updated to version 2.7).
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'python/pydblite/README')
-rw-r--r--python/pydblite/README8
1 files changed, 8 insertions, 0 deletions
diff --git a/python/pydblite/README b/python/pydblite/README
new file mode 100644
index 0000000000..00a37b1a68
--- /dev/null
+++ b/python/pydblite/README
@@ -0,0 +1,8 @@
+PyDbLite (small footprint untyped database engine in python)
+
+PyDbLite is a pure-Python in-memory database engine, using Python
+list comprehensions as query language instead of SQL, which stores
+data in a cPickled file.
+
+You can also use PyDbLite with MySQL and SQLite, as backends.
+In order to use MySQL's adapter, you will need MySQL-python.