1.1.0 • Published 5 years ago

@rapidstash/js v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

RapidStash.js

npm (scoped)

Client library for implementing the RapidStash database service in an application.

Install

$ npm install @rapidstash/js

API

Example

import { Stash } from '@rapidstash/js';

async function test() {
  const stash = await new Stash().generateNewStashID();
  const res = await stash.resource([]).create('Hello RapidStash');
  console.log(res);
}
test();
1.1.0

5 years ago

1.0.0

5 years ago