summaryrefslogtreecommitdiff
path: root/development/pydblite/README
blob: d315119df56b035d4ce1e10ad47458b4b79d8738 (plain)
1
2
3
4
5
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.