UNPKG

vunshdb-lite

Version:

VunshDB is a lightweight, fast, and flexible NoSQL-like database system designed for easy data management and storage. With its simple and efficient file-based storage, VunshDB allows developers to seamlessly manage collections of data, easily perform upd

12 lines (10 loc) 335 B
const VunshDB = require("./src/ctrlr"); const { VDBFileManager } = require("./src/vdbfm"); module.exports = { VunshDB, connect: VunshDB.connect, Schema: VunshDB.Schema, model: VunshDB.model, getCollection: VDBFileManager.getCollection, }; /* Developed by hatebeingsobercereal on Discord :: last updated 3/13/25 */