How to use level-party - 1 common examples

To help you get started, we’ve selected a few level-party 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 teambit / bit / src / orchestrator / db / component-db.ts View on Github external
constructor(workspace: string) {
    this.db = level(path.join(COMPONENT_CACHE_ROOT, hash(workspace)), { valueEncoding: 'json' }, {});
  }
  private db: LevelUp;

level-party

Open a leveldb handle multiple times

MIT
Latest version published 3 years ago

Package Health Score

54 / 100
Full package analysis

Popular level-party functions