Skip to content

javascriptdb/jsdb-sdk

Repository files navigation

Install

npm i @jsdb/sdk

Import into your code

import{functions,DatabaseArray,DatabaseMap,setServerUrl}from"@jsdb/sdk";setServerUrl(SERVER_URL);

Save data

constposts=newDatabaseArray('posts');awaitposts.push({status: 'PUBLISHED',content: 'JSDB is awesome!',createdDate: newDate()});

Check the docs: https://javascriptdb.com/docs

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published