Create and Delete Records
Create Record
import {Record} from 'dubnium'
new Record("tag",{"data":"here"})Delete Record
import {deleteByTag} from 'dubnium'
deleteByTag("tag_here")Last updated
import {Record} from 'dubnium'
new Record("tag",{"data":"here"})import {deleteByTag} from 'dubnium'
deleteByTag("tag_here")Last updated