slackbuilds_ponce/python/pydblite/README

10 lines
368 B
Text
Raw Normal View History

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.
2012-08-23 13:08:54 +02:00
In order to use MySQL's adapter, you will need the optional
dependency MySQL-python.