slackbuilds/python/pydblite
Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-17 21:55:09 +02:00
..
README python/pydblite: Fixed dep information 2012-08-23 15:49:27 -05:00
pydblite.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
pydblite.info python/pydblite: Fixed dep information 2012-08-23 15:49:27 -05:00
slack-desc python/pydblite: Fix slack-desc. 2016-11-14 16:47:23 +07:00

README

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.
In order to use MySQL's adapter, you will need the optional
dependency MySQL-python.