tinydb 4.8.2
0
TinyDB is a tiny, document oriented database optimized for your happiness :)
Contents
TinyDB is a tiny, document oriented database optimized for your happiness :)
Stars: 6767, Watchers: 6767, Forks: 535, Open Issues: 10The msiemens/tinydb
repo was created 11 years ago and the last code push was 6 hours ago.
The project is extremely popular with a mindblowing 6767 github stars!
How to Install tinydb
You can install tinydb using pip
pip install tinydb
or add it to a project with poetry
poetry add tinydb
Package Details
- Author
- Markus Siemens
- License
- MIT
- Homepage
- https://github.com/msiemens/tinydb
- PyPi:
- https://pypi.org/project/tinydb/
- Documentation:
- https://tinydb.readthedocs.org/
- GitHub Repo:
- https://github.com/msiemens/tinydb
Classifiers
- Database
- Database/Database Engines/Servers
- Utilities
Related Packages
Errors
A list of common tinydb errors.
Code Examples
Here are some tinydb
code examples and snippets.
GitHub Issues
The tinydb package has 10 open issues on GitHub
- Insert at index
- removed assert, added functionality of #389