summaryrefslogtreecommitdiff
path: root/python/minidb/README
diff options
context:
space:
mode:
authorDimitris Zlatanidis <d.zlatanidis@gmail.com>2016-05-20 18:43:17 +0300
committerDimitris Zlatanidis <d.zlatanidis@gmail.com>2016-05-20 18:43:17 +0300
commit48510ea9c539815315b53a2a6f3cead9c520ccd9 (patch)
tree7984ae714638ebc972f059d06643e72732c831f1 /python/minidb/README
parent6a50f62474f10c344b11ef8a9e172e02855622b2 (diff)
downloadslackbuilds-48510ea9c539815315b53a2a6f3cead9c520ccd9.tar.gz
python/minidb: Added (simple python object store).
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python/minidb/README')
-rw-r--r--python/minidb/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/python/minidb/README b/python/minidb/README
new file mode 100644
index 0000000000..42208ca6cb
--- /dev/null
+++ b/python/minidb/README
@@ -0,0 +1,3 @@
+minidb 2 makes it easy to store Python objects in a SQLite 3 database
+and work with the data in an easy way with concise syntax.
+Designed for Python 3.