diff options
author | LukenShiro <lukenshiro@ngi.it> | 2010-05-12 17:38:49 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-12 17:38:49 +0200 |
commit | c3f4bf3112cfe038b68ad1f068085c0d51e5da54 (patch) | |
tree | c3e8a530b743a3c43e053a9f9b41e0aa7869cc50 /development/pydblite/README | |
parent | 9e84a5fdc1c45e458b84a1c0d4a09fab46482eb9 (diff) | |
download | slackbuilds-c3f4bf3112cfe038b68ad1f068085c0d51e5da54.tar.gz |
development/pydblite: Updated for version 2.3
Diffstat (limited to 'development/pydblite/README')
-rw-r--r-- | development/pydblite/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/development/pydblite/README b/development/pydblite/README index d315119df5..1038a7032a 100644 --- a/development/pydblite/README +++ b/development/pydblite/README @@ -3,3 +3,7 @@ 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). |