slackbuilds/python/pydblite
fourtysixandtwo 111b8d5df3 python/pydblite: Change i486 to i586 2022-06-07 02:23:45 -04:00
..
README
pydblite.SlackBuild python/pydblite: Change i486 to i586 2022-06-07 02:23:45 -04:00
pydblite.info
slack-desc

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.