Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/topgunbuild/lmdb-adapter

LMDB adapter for TopGun
https://github.com/topgunbuild/lmdb-adapter

database key-value-store lmdb nodejs nosql storage topgun

Last synced: 6 days ago
JSON representation

LMDB adapter for TopGun

Awesome Lists containing this project

README

        

💾 @topgunbuild/lmdb-adapter


Standard TopGun Graph Adapter interface for lmdb-js



npm


bundlephobia


License: MIT

## Install

```bash
npm install @topgunbuild/lmdb-adapter
```

## How to use adapter

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

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

## License

MIT