Package Exports
- rdb-client
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (rdb-client) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Rdb client for the browser
[![npm package][npm-image]][npm-url]
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", nanme: 'Chris Brown', "interests": ["skiiing", "hiking"]});