We recommend you read the full docs, but this will get you started with the basics.
Last updated 2 years ago
Was this helpful?
You can initialize as many databases as you want
const db = new Dubnium('type',temp)
db.create('tag', data)
db.get('tag')
db.getFromValue('key','value',returnType) //JSON Only
returnType info can be found
returnType
db.getAll(returnType)
db.get('tag').delete()
db.get('tag').setValue("key","new value")
For non-JSON, use
db.get("old_tag").setTag("new_tag")
overwrite()