You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Secure JSON Offline Database is A robust, secure offline JSON database for Next.js and React Native applications. This package offers schema validation, rate limiting, and strict file permissions to protect your data, making it ideal for modern web and mobile apps. It simplifies CRUD operations while ensuring data integrity and security.
GoMongoDB offers a lightweight, file-based database solution in Go, with features akin to MongoDB's CRUD operations and querying capabilities. It ensures data integrity and concurrency safety through mutexes, while its file-based storage ensures durability and portability.
Free, fast, multiplatform, lightweight, .NET Standard database library. Databases are split into tables (stored as folders). Tables are split into rows (stored as JSON files). Rows are split into columns (stored as first-level properties in a JSON file).
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.
The Tech Shop Java Project is a simple yet comprehensive shopping and inventory management system built using Java. This project aims to provide a practical solution
Task Manager is a lightweight and efficient task management application designed to help users organize, track, and manage their daily tasks with ease.
FlatFileDB is a lightweight, file-based database for PHP with JSON lines, indexing, schema validation, and transaction logging—ideal for small to medium projects.