Initialize

You can initialize as many databases as you want

const db = new Dubnium('type',temp)

Parameters

Name
About
Type
Required

type

Data type. Options: text or json

String

temp

If set to true, use sessionStorage instead of localStorage

Bool

Last updated