rdb-client
v1.2.33
Published
Rdb in the browser
Downloads
120
Readme
Rdb client for the browser
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"]});