Be sure to check http://factis.io for more information and documentation !
This module is a datastore for Factis, the modular database system.
The identity store deals with the equality and inequality predicates.
Using NPM
npm install factis-store-identity
Require the module
var FactisIdentity = require('factis-store-identity');
Create a new store
var identity = new FactisIdentity();
Check the documentation on factis.io