Markus Siemens is announcing that TinyDB with version number 2.3.2 is already available to download.
What is TinyDB ?
TinyDB is A lightweight document-oriented database, like MongoDB, but extremely smaller, written in Python and geared toward small apps and websites .
Comparing TinyDB to MySQL or PostgreSQL is like comparing an ant to the planet Jupiter.At ~100 KB and ~800 lines of source code, TinyDB is one of the smallest No-SQL, document-oriented database systems around.The main purpose of its existence is to provide a suitable solution for smaller projects where using a large database system would eitherĀ sow down the app/website or increase production costs more than it would be deemed necessary or appropriate.
This is changelog for TinyDB version 2.3.2 :
- Fixed a data loss when using CachingMiddleware together with JSONStorage.
You can read the complete changelog and also download this latest version on their homepage: tinydb.readthedocs.org