Google News
logo
TinyDB - Interview Questions
Why Use TinyDB?
tiny : The current source code has 1800 lines of code (with about 40% documentation) and 1600 lines tests.

document oriented : Like MongoDB, you can store any document (represented as dict) in TinyDB.

optimized for your happiness : TinyDB is designed to be simple and fun to use by providing a simple and clean API.

written in pure Python : TinyDB neither needs an external server (as e.g. PyMongo) nor any dependencies from PyPI.

works on Python 3.5+ and PyPy : TinyDB works on all modern versions of Python and PyPy.

powerfully extensible : You can easily extend TinyDB by writing new storages or modify the behaviour of storages with Middlewares.

100% test coverage : No explanation needed.
Advertisement