Rdb in the browser
npm install rdb-client__Rdb client for the browser__
-------------------------------------
[![npm package][npm-image]][npm-url]
[![Build Status][travis-image]][travis-url]
[![Coverage Status][coveralls-image]][coveralls-url]
A browser side client for rdb. For now it can create JSON patches that rdb will understand.
js
var client = require('rdb-client');
client.createPatch({"id": "123", name: 'Chris'}, {"id": "123", name: 'Chris Brown', "interests": ["skiiing", "hiking"]});
``