hebo-event-repository-inmemory
v5.0.0
Published
Event Repository implementation for hebo-js that stores everything in memory
Downloads
25
Readme
hebo-event-repository-inmemory
Event Repository implementation for hebo-js that stores everything in memory
Table of Contents
Install
npm:
npm install hebo-event-repository-inmemory
yarn:
yarn add hebo-event-repository-inmemory
Usage
This repository is meant to be used in tests, not in production code, since it only stores things to memory.
const HeboEventRepositoryInmemory = require('hebo-event-repository-inmemory');
const aggregateNames = ['library', 'book', 'author'];
const eventRepository = new HeboEventRepositoryInmemory({
aggregates: aggregateNames
});
Contributors
| Name | | ------------------ | | Steve Caldwell |
License
MIT © Steve Caldwell