@wxn0brp/db
v0.0.5
Published
A simple file-based database management system with support for CRUD operations, custom queries, and graph structures.
Downloads
330
Maintainers
Readme
@wxn0brp/db
A lightweight file-based database management system that supports CRUD operations, custom queries, and graph structures.
Installation
To install the package, run:
npm install @wxn0brp/db
Usage
You can import the necessary classes from the package as follows:
import { DataBase, Graph, DataBaseRemote, GraphRemote, Relation, genId } from "@wxn0brp/db";
Documentation
For detailed information, refer to the following resources: