JSPM

  • Created
  • Published
  • Downloads 134
  • Score
    100M100P100Q65805F
  • License ISC

Rdb in the browser

Package Exports

  • rdb-client

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"]});