factis-store-identity
v1.0.1
Published
Factis datastore giving the semantics of equal and not equal
Downloads
11
Maintainers
Readme
Be sure to check http://factis.io for more information and documentation !
Factis store identity
This module is a datastore for Factis, the modular database system.
The identity store deals with the equality and inequality predicates.
Installation
Using NPM
npm install factis-store-identity
Usage
Require the module
var FactisIdentity = require('factis-store-identity');
Create a new store
var identity = new FactisIdentity();
Check the documentation on factis.io