ghostdb

1.0.5 • Public • Published

Ghost DB

Simple lodash based JSON DB

Installation

    $   yarn add ghostdb # yarn
    $   npm install -s ghostdb # npm

Usage

const GhostDB = require('ghostdb');
const path = require('path');

const filePath = ""; // Filepath

const db = GhostDB(filePath);

db.then(store => {
    // Store has all the lodash calls
    console.log(store);
});

Package Sidebar

Install

npm i ghostdb

Weekly Downloads

1

Version

1.0.5

License

MIT

Unpacked Size

2.78 kB

Total Files

4

Last publish

Collaborators

  • syntax-coder