factis-store-group

1.0.1 • Public • Published

Be sure to check http://factis.io for more information and documentation !

Factis store group

This module is a datastore for Factis, the modular database system.

The group store allows to group several stores into a single store.

Installation

Using NPM

npm install factis-store-group

Usage

Require the module

var FactisGroup = require('factis-store-group');

Create a new group by selecting some stores

var myGroup = new FactisGroup([store1,store2,...,storeN]);

You can also add stores to the group afterwards

myGroup.addStore(anotherStore);

Package Sidebar

Install

npm i factis-store-group

Weekly Downloads

8

Version

1.0.1

License

BSD-3-Clause

Last publish

Collaborators

  • crubier