From 0071155ccdec7c91315f8fa2740807f85a0dcd0a Mon Sep 17 00:00:00 2001 From: LukenShiro Date: Wed, 14 Dec 2011 16:31:10 -0600 Subject: python/pydblite: Moved from Development (updated to version 2.7). Signed-off-by: Robby Workman --- python/pydblite/README | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 python/pydblite/README (limited to 'python/pydblite/README') diff --git a/python/pydblite/README b/python/pydblite/README new file mode 100644 index 0000000000..00a37b1a68 --- /dev/null +++ b/python/pydblite/README @@ -0,0 +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. + +You can also use PyDbLite with MySQL and SQLite, as backends. +In order to use MySQL's adapter, you will need MySQL-python. -- cgit v1.2.3