Releases: CodingSamrat/FileXdb.js
Releases · CodingSamrat/FileXdb.js
Initial Release
Release Notes for filexdb v0.1
Release Date: [2024-06-28]
We are excited to announce the first release of filexdb, version 0.1. This release introduces the foundational features of our lightweight, file-based database designed for simplicity and efficiency in handling small to medium-sized data sets.
Key Features:
-
Lightweight Database:
- Minimal dependencies and easy integration into any Node.js project.
- Designed to be fast and efficient for file-based data storage and retrieval.
-
Simple API:
- Intuitive and easy-to-use methods for CRUD (Create, Read, Update, Delete) operations.
- Supports basic query operations to retrieve data based on specific conditions.
-
Data Persistence:
- Stores data in JSON format, making it human-readable and easy to manage.
- Ensures data persistence across application restarts.
-
Collection Management:
- Create and manage multiple collections within a single database file.
- Provides flexibility in organizing data into logical groupings.
-
Initial Documentation:
- Comprehensive documentation to help you get started with installation and usage.
- Examples and API references to guide you through integrating filexdb into your project.