JSPM

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

Rdb in the browser

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 Build Status Coverage Status Dependencies 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"]});