cqrs-mongo-eventstore
TypeScript icon, indicating that this package has built-in type declarations

1.3.0 • Public • Published

cqrs-mongo-eventstore

npm install cqrs-mongo-eventstore --save

use

const {Domain} = require("cqrs");
const MongoStore = require("cqrs-mongo-eventstore").default;
const eventstore = new MongoStore("localhost/test");
const domain = new Domain({eventstore});

Readme

Keywords

none

Package Sidebar

Install

npm i cqrs-mongo-eventstore

Weekly Downloads

1

Version

1.3.0

License

ISC

Unpacked Size

109 kB

Total Files

13

Last publish

Collaborators

  • leogiese