TinyDB - Extensions



Given below is a set of TinyDB extensions that can be used for various operations −

Sr.No. Operation & Description
1 TinyDBTimestamps

It is an experimental extension that can be used to automatically add and update at timestamps to TinyDB documents.

2 aiotinydb

It is a stable extension that enables us to use TinyDB in asyncio-aware contexts without slowing done the synchromous Input/Output(I/O).

3 tinydb - smartcache

It is also a stable extension. It provides users with a smart query cache. It automatically updates the query cache so that the cache does not get invalidated after inserting, updating, or removing any documents.

4 tinydb - serialization

It is a stable extension that provides serialization of the database object.

5 tinydb - appengine

It provides storage for App Engine. It is also a stable extension.

6 Tinyrecord

A stable extension that implements experimental atomic transaction support for the TinyDB NoSQL DB.

7 TinyMP

It is also stable extension used for storage based on the MessagePack.

8 Tinymongo

It is an experimental extension which is used for the replacement of MongoDB.

9 Tinyindex

It is also an experimental extension of the database. As name implies, it is used for indexing data of the database.

Advertisements