Contents

tinydb 4.8.2

0

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

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

Stars: 7449, Watchers: 7449, Forks: 597, Open Issues: 9

The msiemens/tinydb repo was created 12 years ago and the last code push was 1 months ago.
The project is extremely popular with a mindblowing 7449 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 9 open issues on GitHub

  • Type hints for Table.update are inaccurate?
  • Inconsistent results with non-existent doc_id
  • Documentation Ideas - API Reference

See more issues on GitHub

Related Packages & Articles

piccolo 1.32.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.11.7

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