- TinyDB - Discussion
- TinyDB - Useful Resources
- TinyDB - Quick Guide
- TinyDB - Extensions
- TinyDB - Extend TinyDB
- TinyDB - Middleware
- TinyDB - Storage Types
- TinyDB - Caching Query
- TinyDB - Default Table
- TinyDB - Tables
- TinyDB - Document ID
- TinyDB - Retrieving Data
- TinyDB - Upserting Data
- TinyDB - Modifying the Data
- TinyDB - Handling Data Query
- TinyDB - Logical OR
- TinyDB - Logical AND
- TinyDB - Logical Negate
- TinyDB - The one_of() Query
- TinyDB - The All() Query
- TinyDB - The Any() Query
- TinyDB - The Test() Query
- TinyDB - The Matches() Query
- TinyDB - The Exists() Query
- TinyDB - The where Clause
- TinyDB - Searching
- TinyDB - Querying
- TinyDB - Delete Data
- TinyDB - Update Data
- TinyDB - Retrieve Data
- TinyDB - Insert Data
- TinyDB - Environmental Setup
- TinyDB - Introduction
- TinyDB - Home
Selected Reading
- Who is Who
- Computer Glossary
- HR Interview Questions
- Effective Resume Writing
- Questions and Answers
- UPSC IAS Exams Notes
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 invapdated after inserting, updating, or removing any documents. |
4 | tinydb - seriapzation
It is a stable extension that provides seriapzation 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 imppes, it is used for indexing data of the database. |