dsgg-qjs-db
Version:
A lightweight local NoSQL database
11 lines (9 loc) • 370 B
JavaScript
// ----------------------------------------------------------
// Name : filexdb
// Author : Sam (Coding Samrat)
// Description : A lightweight local NoSQL database.
// Version : 0.0.1 (Beta)
// Date : 20 May, 2024
// ----------------------------------------------------------
import FileXdb from "./core/database.js";
export default FileXdb