rdb-client

Rdb in the browser

Usage no npm install needed!

<script type="module">
  import rdbClient from 'https://cdn.skypack.dev/rdb-client';
</script>

README

Rdb client for the browser

npm package Build Status Coverage Status

A browser side client for rdb. For now it can create JSON patches that rdb will understand.

Quickstart

var client = require('rdb-client');
client.createPatch({"id": "123", name: 'Chris'}, {"id": "123", name: 'Chris Brown', "interests": ["skiiing", "hiking"]});