You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
B. Watson 07d004b3e7
python/pydblite: Fix slack-desc.
9 years ago
..
README python/pydblite: Fixed dep information 13 years ago
pydblite.SlackBuild various: Update find command to match template. 12 years ago
pydblite.info python/pydblite: Fixed dep information 13 years ago
slack-desc python/pydblite: Fix slack-desc. 9 years ago

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.