Skip to content

Releases: CodingSamrat/FileXdb.js

Initial Release

28 Jun 06:00
Compare
Choose a tag to compare

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:

  1. 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.
  2. 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.
  3. Data Persistence:

    • Stores data in JSON format, making it human-readable and easy to manage.
    • Ensures data persistence across application restarts.
  4. Collection Management:

    • Create and manage multiple collections within a single database file.
    • Provides flexibility in organizing data into logical groupings.
  5. 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.