topgun-lmdb-adapter
v1.0.0
Published
Standard TopGun Graph Adapter interface for LMDB
Downloads
6
Maintainers
Readme
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