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});

/cqrs-mongo-eventstore/

    Package Sidebar

    Install

    npm i cqrs-mongo-eventstore

    Weekly Downloads

    2

    Version

    1.3.0

    License

    ISC

    Unpacked Size

    109 kB

    Total Files

    13

    Last publish

    Collaborators

    • leogiese