Dubnium
v0
v0
  • Newest version
  • Reference
    • Install
    • Quick Start
    • API
      • Create and Delete Records
      • Modify Records
      • Get Records
      • Fuzzy Search Records
      • Other
    • returnType
    • License
  • Discord
  • NPM Page
  • Support the Project
  • ES5 vs ES6
Powered by GitBook
On this page
  • Create Record
  • Delete Record

Was this helpful?

  1. Reference
  2. API

Create and Delete Records

Create Record

Create a new Record.

import {Record} from 'dubnium'
new Record("tag",{"data":"here"})

Delete Record

Delete a record, found by it's tag.

import {deleteByTag} from 'dubnium'
deleteByTag("tag_here")
PreviousAPINextModify Records

Last updated 3 years ago

Was this helpful?