diff options
author | LukenShiro <lukenshiro@ngi.it> | 2010-05-13 00:25:19 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-13 00:25:19 +0200 |
commit | 1cc45bd25a8e1b4f37d4fc8c146147ea96d4f376 (patch) | |
tree | e3c4a9f7d63a7ea3d147b8fabdffc2caed8bdf70 /development/pydblite/README | |
parent | 38e627528498a2613b9def07d646d94a4b00b624 (diff) | |
download | slackbuilds-1cc45bd25a8e1b4f37d4fc8c146147ea96d4f376.tar.gz |
development/pydblite: Updated for version 2.4
Diffstat (limited to 'development/pydblite/README')
-rw-r--r-- | development/pydblite/README | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/development/pydblite/README b/development/pydblite/README index 1038a7032a..3224e2de38 100644 --- a/development/pydblite/README +++ b/development/pydblite/README @@ -1,9 +1,8 @@ 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. +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). +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). |