topgun-lmdb-adapter
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

💾 topgun-lmdb-adapter

Standard TopGun Graph Adapter interface for LMDB

semantic-release npm bundlephobia License: MIT

Install

npm install topgun-lmdb-adapter

How to use adapter

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

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

License

MIT

/topgun-lmdb-adapter/

    Package Sidebar

    Install

    npm i topgun-lmdb-adapter

    Weekly Downloads

    1

    Version

    1.0.0

    License

    MIT

    Unpacked Size

    7.07 kB

    Total Files

    6

    Last publish

    Collaborators

    • ivkan