diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2023-03-11 21:48:24 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-03-11 21:48:24 +0700 |
commit | 6c329d86048e6594d6a4acaea40e1c9d7c1a7bc2 (patch) | |
tree | 936b5f58de3ffda13edf51d1295d792a850f6fe4 /python/python3-tinydb/README | |
parent | 93ba688e3ce0bc4fc9fd7bf7b8472ce611de1c43 (diff) |
python/python3-tinydb: Added (lightweight document oriented db).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-tinydb/README')
-rw-r--r-- | python/python3-tinydb/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/python/python3-tinydb/README b/python/python3-tinydb/README new file mode 100644 index 0000000000..ec9857ad9c --- /dev/null +++ b/python/python3-tinydb/README @@ -0,0 +1,5 @@ +TinyDB is a lightweight document oriented database optimized for +your happiness :) It's written in pure Python and has no external +dependencies. The target are small apps that would be blown away +by a SQL-DB or an external database server. + |