Class: BaseBackend

BaseBackend

new BaseBackend()

Source:

Methods

<abstract> createObjectStore()

Create object store
Source:

<abstract> deleteObjectStore()

Delete object store
Source:

initialize()

Initialize the backend instance
Source:

<abstract> objectStore()

Get object store
Source:

<abstract> objectStoreNames()

List storage names (e.g. tables for SQL, collections for MongoDB)
Source: