pydblite: pydblite (small footprint untyped database engine in python)
pydblite:
pydblite: PyDbLite is a pure-Python in-memory database engine, using
pydblite: Python list comprehensions as query language instead of SQL,
pydblite: which stores data in a cPickled file.
pydblite:
pydblite: It is written by Pierre Quentel and released under BSD license.
pydblite:
pydblite: Homepage: http://pydblite.sourceforge.net
pydblite:
pydblite: