From 6c329d86048e6594d6a4acaea40e1c9d7c1a7bc2 Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Sat, 11 Mar 2023 21:48:24 +0700 Subject: python/python3-tinydb: Added (lightweight document oriented db). Signed-off-by: Willy Sudiarto Raharjo --- python/python3-tinydb/README | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 python/python3-tinydb/README (limited to 'python/python3-tinydb/README') 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. + -- cgit v1.2.3