slackbuilds_ponce/python/pydblite
Erik Hanson 4248415dde Add REQUIRED field to .info files.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
2012-08-19 21:57:51 -05:00
..
pydblite.info Add REQUIRED field to .info files. 2012-08-19 21:57:51 -05:00
pydblite.SlackBuild python/pydblite: Moved from Development (updated to version 2.7). 2011-12-18 00:07:50 -02:00
README python/pydblite: Moved from Development (updated to version 2.7). 2011-12-18 00:07:50 -02:00
slack-desc python/pydblite: Moved from Development (updated to version 2.7). 2011-12-18 00:07:50 -02:00

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.