From 0125c1e1a12db47a46a2a83f34f311ae1b596956 Mon Sep 17 00:00:00 2001 From: Vinta Date: Sat, 4 Oct 2014 09:57:35 +0800 Subject: [PATCH] add TinyDB to Database section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9ff6c35a..edf7f21c 100644 --- a/README.md +++ b/README.md @@ -356,6 +356,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by * [ZODB](http://www.zodb.org/) - A native object database for Python. A key-value and object graph database. * [pickleDB](https://pythonhosted.org/pickleDB/) - A simple and lightweight key-value store for Python. +* [TinyDB](https://github.com/msiemens/tinydb) - A tiny, document-oriented database. ## Database Drivers