blitzdb
v1.0.1
Published
A NoSQL, MongoDB-styled, in-memory database solution for real-time data storage and retrieval. persistance data
Downloads
3
Readme
A NoSQL, MongoDB-styled, in-memory database solution designed for real-time data storage and retrieval. This lightweight and efficient database allows you to seamlessly store, update, query, and delete data with a syntax similar to MongoDB, providing an intuitive and familiar experience for developers. Perfect for applications requiring fast, real-time operations without the overhead of a full-fledged database server.
Features:
- MongoDB-like syntax for easy adoption.
- In-memory storage for high-speed data operations.
- Supports dynamic collection creation.
- CRUD operations: Create, Read, Update, Delete.
- Query-based updates and deletions (one and many).
- Persistent data storage using JSON files.
- Ideal for development, testing, and lightweight applications.