Skip to content

Factisio/factis-store-group

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published