Get Records
Get Record From Tag
Get a Record from it's tag.
import {getRecordFromTag} from 'dubnium'
getRecordFromTag("tag")
Get All Records
import {getAllRecords} from 'dubnium'
getAllRecords()
Fuzzy Search Records
Fuzzy Search RecordsGet Record from Value
import { getRecordFromValue } from 'dubnium'
getRecordFromValue()
Check if a Record exists
Check if a record exists.
This will only return true
or false
.
import ( doesRecordExistByTag } from 'dubnium'
doesRecordExistByTag("tag_here")
Last updated
Was this helpful?