@topgunbuild/lmdb-adapter
TypeScript icon, indicating that this package has built-in type declarations

0.0.7 • Public • Published

💾 @topgunbuild/lmdb-adapter

Standard TopGun Graph Adapter interface for lmdb-js

npm bundlephobia License: MIT

Install

npm install @topgunbuild/lmdb-adapter

How to use adapter

import { TGServer } from 'topgun/server';
import { createLMDBAdapter } from '@topgunbuild/lmdb-adapter';

const server = new TGServer({
    adapter: createLMDBAdapter(),
    port: 8765
});

License

MIT

Package Sidebar

Install

npm i @topgunbuild/lmdb-adapter

Weekly Downloads

0

Version

0.0.7

License

MIT

Unpacked Size

6.85 kB

Total Files

6

Last publish

Collaborators

  • ivkan