slackbuilds_ponce/development/pydblite
David Somero ea2b110924 development/pydblite: Misc automated cleanups.
Signed-off-by: David Somero <xgizzmo@slackbuilds.org>
2010-06-04 01:03:29 -04:00
..
pydblite.info
pydblite.SlackBuild development/pydblite: Misc automated cleanups. 2010-06-04 01:03:29 -04:00
README
slack-desc

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