How to use the node-json-db/dist/lib/JsonDBConfig.Config function in node-json-db

To help you get started, we’ve selected a few node-json-db examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github Harkishen-Singh / Jarvis-personal-assistant / src / service / utils / db-manager.js View on Github external
constructor(name, isReadable) {
    this.db = new JsonDB(new Config(name, true, isReadable, '/'));
    this.stack = [];
  }

node-json-db

Database using JSON file as storage for Node.JS

MIT
Latest version published 6 months ago

Package Health Score

71 / 100
Full package analysis