lightweight-database
There are 7 repositories under lightweight-database topic.
Fl1yd/LightDB
Lightweight JSON Database for Python
codeterrayt/DirectoryDB
DirectoryDB: A lightweight Python-based database system for efficient database operations in Python projects. Built from scratch, it leverages file system CSV and strictly adheres to Python conventions, ensuring readability and maintainability for developers.
TarekRaafat/skalex
Simple & intuitive way to manage collections of data.
NexusAurora/PotatoDB-main
PotatoDB is a lightweight, JSON-based database solution designed for simplicity and ease of use. It allows you to create, insert, query, update, and delete records in a NoSQL fashion, using Python's built-in JSON module to store data persistently on disk.
AnasQiblawi/localgoose
A lightweight, file-based ODM Database for Node.js, inspired by Mongoose
crazywolf132/smalldb
Your Tiny, Type-Safe, JSON-Powered Sidekick for Go!
DavyJonesCodes/JsonDB-Python
JsonDB is a minimal, Python-powered JSON database for easy data management. Ideal for small projects and prototyping, it supports simple CRUD operations, nested data structures, and basic searches. Streamline your data tasks with JsonDB's intuitive file-based system.