diff options
Diffstat (limited to 'development/pydblite/README')
-rw-r--r-- | development/pydblite/README | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/development/pydblite/README b/development/pydblite/README deleted file mode 100644 index 3224e2de38000..0000000000000 --- a/development/pydblite/README +++ /dev/null @@ -1,8 +0,0 @@ -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). |