rdb-client
TypeScript icon, indicating that this package has built-in type declarations

1.2.33 • Public • Published

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

Package Sidebar

Install

npm i rdb-client

Weekly Downloads

13

Version

1.2.33

License

ISC

Unpacked Size

66.4 MB

Total Files

103

Last publish

Collaborators

  • lroal