mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-29 13:00:32 +01:00
9 lines
377 B
Text
9 lines
377 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.
|
|
|
|
You can also use PyDbLite with MySQL and SQLite, as backends.
|
|
In order to use MySQL's adapter you will need MySQL-python
|
|
(available on SlackBuilds.org).
|