Skip to content

PandaDriver156/panda-db

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Panda-DB

Panda-db is a very simple .json based database

GitHub repo size npm

Installation

//Using npm
npm i panda-db

//Using yarn
yarn add panda-db

Example usage

const PandaDB = require('panda-db');

const DB = new PandaDB({
    name: "testing",
    dir: "./database"
});

Documentation

About

A very simple json based database

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published