TinyDB is a document-oriented database management system written in Python with no external dependencies.[03]
- Source Code
- https://github.com/msiemens/tinydb[02]
- Developer
- Country of Origin
- DE
- Start Year
- 2013 [09]
- Project Type
- Open Source
- Written in
- Python
- Supported Languages
- Python
- Inspired By
- MongoDB
- License
- MIT License
TinyDB is a document-oriented database management system written in Python with no external dependencies.[03]
History[04]
TinyDB was created in 2013 by Markus Siemens, designed with ease of use in mind at the sacrifice of performance and ACID guarantees (targeting small, standalone apps).
Query Interface[07][08]
TinyDB supports queries via its own custom Query class, through which users can construct and execute most of the standard SQL queries involving string operations and numerical comparisons. It also implements its own query caching mechanism.
Storage Architecture[06]
Users have the option of either storing their data in a JSON file on disk, or in-memory.
Citations
9 sources- Welcome to TinyDB! — TinyDB 4.8.2 documentation readthedocs.io
- GitHub - msiemens/tinydb: TinyDB is a lightweight document oriented database optimized for your happiness :) · GitHub github.com
- Introduction — TinyDB 4.8.2 documentation readthedocs.io
- Introduction — TinyDB 4.8.2 documentation readthedocs.io
- Introduction — TinyDB 4.8.2 documentation readthedocs.io
- tinydb/tinydb/storages.py at master · msiemens/tinydb · GitHub github.com
- API Documentation — TinyDB 4.8.2 documentation readthedocs.io
- API Documentation — TinyDB 4.8.2 documentation readthedocs.io
- Initial commit :) github.com
Revision #3