factis-store-identity

Factis datastore giving the semantics of equal and not equal

Usage no npm install needed!

<script type="module">
  import factisStoreIdentity from 'https://cdn.skypack.dev/factis-store-identity';
</script>

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