db.properties - cieszynski/dberta.js GitHub Wiki
objectStoreNames
Syntax
DB.objectStoreNames (read-only)
An array containing a list of the names of the object stores currently in the connected database.
updated
Syntax
DB.updated (read-only)
A boolean which indicates that the version was updated inside this transaction so you can fill a new created store with new items.
version
Syntax
DB.version (read-only)
An integer that contains the current version of the connected database.
name
Syntax
DB.name (read-only)
A string that contains the name of the connected database.