Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 617 Bytes

README.md

File metadata and controls

27 lines (14 loc) · 617 Bytes

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