diff options
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. |