mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
6 lines
221 B
Text
6 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.
|