panda-db
v0.1.6
Published
Easy and Simple json-based database
Downloads
12
Maintainers
Readme
Panda-DB
Panda-db is a very simple .json based database
Installation
Example usage
const PandaDB = require('panda-db');
const DB = new PandaDB({
name: "testing",
dir: "./database"
});