1.0.1 • Published 9 years ago

factis-store-identity v1.0.1

Weekly downloads
2
License
BSD-3-Clause
Repository
github
Last release
9 years ago

npm.io

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