slackbuilds_ponce/python/pydblite
dsomero 610e8461bb various: Fix slack-desc formatting and comment nit picks.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
2013-11-22 02:29:22 -05:00
..
pydblite.info
pydblite.SlackBuild various: fixes for new templates (find/fixperms) 2013-11-11 10:53:36 -06:00
README
slack-desc various: Fix slack-desc formatting and comment nit picks. 2013-11-22 02:29:22 -05: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 the optional
dependency MySQL-python.