SimpleArt / easy-databases

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:MIT License


Languages

Language:Python 100.0%