TinyDB

from Wikipedia, the free encyclopedia
TinyDB
Basic data

developer Markus Siemens
Current  version 3.14.2
programming language python
category NoSQL - program library
License WITH
German speaking No

TinyDB is a document -oriented NoSQL database written in Python . It consists of only 1200 lines of code.

Functions

Like SQLite , TinyDB can be integrated directly into corresponding applications so that no additional server software is required. This is a crucial difference to other NoSQL database systems. By integrating the library, the application is expanded to include database functions without having to rely on external software packages. All data in the database are saved in a local file.

Individual evidence

  1. Markus Siemens - GitHub. Retrieved September 15, 2019 .
  2. Introduction - TinyDB 3.14.2 documentation. Retrieved September 15, 2019 .