Contents

tinydb 4.8.0

0

TinyDB is a tiny, document oriented database optimized for your happiness :)

TinyDB is a tiny, document oriented database optimized for your happiness :)

Stars: 6485, Watchers: 6485, Forks: 513, Open Issues: 24

The msiemens/tinydb repo was created 10 years ago and the last code push was 1 months ago.
The project is extremely popular with a mindblowing 6485 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
No  tinydb  pypi packages just yet.

Errors

A list of common tinydb errors.

Code Examples

Here are some tinydb code examples and snippets.

GitHub Issues

The tinydb package has 24 open issues on GitHub

  • Insert at index
  • removed assert, added functionality of #389

See more issues on GitHub

Related Packages & Articles

piccolo 1.5.0

A fast, user friendly ORM and query builder which supports asyncio.

pretty print json using rich

Here are a few examples of pretty printing json from a command line terminal. As you can see in the example output, rich console can output json with proper indention and color syntax highlighting.

orjson 3.10.0

Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy