1.0.5 • Published 5 years ago

ghostdb v1.0.5

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

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);
});
1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago