Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/topgunbuild/lmdb-adapter
- Owner: TopGunBuild
- License: mit
- Created: 2023-08-13T06:21:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-02T10:44:08.000Z (about 1 year ago)
- Last Synced: 2024-12-24T05:26:40.649Z (about 1 month ago)
- Topics: database, key-value-store, lmdb, nodejs, nosql, storage, topgun
- Language: TypeScript
- Homepage:
- Size: 277 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
💾 @topgunbuild/lmdb-adapter
Standard TopGun Graph Adapter interface for lmdb-js
## 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