slackbuilds/development/pydblite
LukenShiro 1cc45bd25a development/pydblite: Updated for version 2.4 2010-05-13 00:25:19 +02:00
..
README development/pydblite: Updated for version 2.4 2010-05-13 00:25:19 +02:00
pydblite.SlackBuild development/pydblite: Updated for version 2.4 2010-05-13 00:25:19 +02:00
pydblite.info development/pydblite: Updated for version 2.4 2010-05-13 00:25:19 +02:00
slack-desc development/pydblite: Updated for version 2.4 2010-05-13 00:25:19 +02:00

README

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).