0.3.3 • Published 4 months ago
@wxn0brp/db v0.3.3
ValtheraDB (@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
Website: https://wxn0brp.github.io/ValtheraDB/
For detailed information, refer to the following resources: