slackbuilds_ponce/development/pydblite/README
2010-05-11 20:00:29 +02:00

5 lines
221 B
Text

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.