A simple file-based key-value database written in Python
Simple library to manage local file storage within an application based on the concept of local partition and sort keys
A lightweight, encrypted JSON-based database with support for collections, document operations, and aggregation.
PotatoDB is a lightweight, file-based NoSQL database for Python projects, designed for easy setup and use in small-scale applications. Ideal for developers seeking simple data persistence without the complexity of traditional databases.