1.0.5 • Published 4 years ago

ghostdb v1.0.5

Weekly downloads
2
License
MIT
Repository
github
Last release
4 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

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago