0.2.1 • Published 7 months ago

@neuledge/mongodb-store v0.2.1

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
7 months ago

Neuledge MongoDB Store

A store for Neuledge Engine that uses MongoDB as the database backend.

📦 Installation

npm install @neuledge/mongodb-store

🚀 Getting started

import { Engine } from '@neuledge/engine';
import { MongoDBStore } from '@neuledge/mongodb-store';

const store = store: new MongoDBStore({
  url: process.env.MONGODB_URL ?? 'mongodb://localhost:27017',
  name: process.env.MONGODB_DATABASE ?? 'my-database',
});

const engine = new Engine({
  store,
});

For more information, please refer to the main repository.

📄 License

Neuledge is Apache 2.0 licensed.

0.2.1

7 months ago

0.1.0

1 year ago

0.1.2

1 year ago

0.2.0

1 year ago

0.1.1

1 year ago

0.1.0-alpha.0

1 year ago