Create a new Record.
import {Record} from 'dubnium' new Record("tag",{"data":"here"})
Delete a record, found by it's tag.
import {deleteByTag} from 'dubnium' deleteByTag("tag_here")
Last updated 3 years ago