add TinyDB to Database section

This commit is contained in:
Vinta 2014-10-04 09:57:35 +08:00
parent 34004d479e
commit 0125c1e1a1
1 changed files with 1 additions and 0 deletions

View File

@ -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