An open API service indexing awesome lists of open source software.

https://github.com/simpleart/easy-databases

Easy-to-use pure Python databases that match basic data structures, including lists, sets, and dictionaries. No fancy querying language required.
https://github.com/simpleart/easy-databases

Last synced: about 1 month ago
JSON representation

Easy-to-use pure Python databases that match basic data structures, including lists, sets, and dictionaries. No fancy querying language required.

Awesome Lists containing this project

README

          

# easy-databases
Easy-to-use pure Python databases that match basic data structures, including lists, sets, and dictionaries. No fancy querying language required. Supports sorted variants, large variants, Python objects, JSON objects, and more. Unlike normal collections, data is persistent. However, unlike ACID databases, locks on concurrency are up to the user to handle.