diff options
author | LukenShiro <lukenshiro@ngi.it> | 2010-05-11 20:00:29 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 20:00:29 +0200 |
commit | 7314adb536cdbe92bbfce38da69441d51e6cb524 (patch) | |
tree | cd7d5510c297aba0fdb4cf7b9ef508eedfadb6e3 /development/pydblite/README | |
parent | 2355ea2d11df34f70b8810b01cf843c0bd6b94e2 (diff) | |
download | slackbuilds-7314adb536cdbe92bbfce38da69441d51e6cb524.tar.gz |
development/pydblite: Added to 12.0 repository
Diffstat (limited to 'development/pydblite/README')
-rw-r--r-- | development/pydblite/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/development/pydblite/README b/development/pydblite/README new file mode 100644 index 0000000000..d315119df5 --- /dev/null +++ b/development/pydblite/README @@ -0,0 +1,5 @@ +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. |