aboutsummaryrefslogtreecommitdiff
path: root/development/pydblite/README
diff options
context:
space:
mode:
authorLukenShiro <lukenshiro@ngi.it>2011-12-14 16:30:41 -0600
committerNiels Horn <niels.horn@slackbuilds.org>2011-12-18 00:07:50 -0200
commit66f8ada4ceb4c8bbe4053201864c28e6e1e1a57f (patch)
treea398e35ae19e1b0f02e2d3656b43e8b287659379 /development/pydblite/README
parentbd13c3c6503f92cf355ec795e3afa2fd5b84621c (diff)
downloadslackbuilds-66f8ada4ceb4c8bbe4053201864c28e6e1e1a57f.tar.xz
development/pydblite: Removed (moved to Python category)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'development/pydblite/README')
-rw-r--r--development/pydblite/README8
1 files changed, 0 insertions, 8 deletions
diff --git a/development/pydblite/README b/development/pydblite/README
deleted file mode 100644
index 3224e2de3800..000000000000
--- a/development/pydblite/README
+++ /dev/null
@@ -1,8 +0,0 @@
-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 (available on SlackBuilds.org).