Global

Type Definitions

DBMetaData

Database object metadata

Type:
  • Object
Properties:
Name Type Description
database_name string

The name of the local database.

backend_database string

The type of backend database (e.g., CouchDB, PouchDB).

beanbagdb_version_db number

The version of the BeanBagDB in the database.

beanbagdb_version_code number

The current version code of the BeanBagDB.

ready_to_use boolean

Indicates whether the database is ready to be used (active state).

ErrorItem

This is common for all error classes

Type:
  • Object
Properties:
Name Type Attributes Description
instancePath string <optional>

The path where the error occurred, optional.

message string

The error message.