@recipher/store

Data access

Usage no npm install needed!

<script type="module">
  import recipherStore from 'https://cdn.skypack.dev/@recipher/store';
</script>

README

@recipher/store

Store

Manages connections to a RethinkDB document store. Generally, this is wrapped within a Repository.

Repository

Provides access to a RethinkDB document store table.

Validator

Validates and filters JSON data according to a JSON schema definition.