Skip to content

Interface: RTURootSetupInformation

An object which contains the information which the client needs in order to configure and setup the dexie.js database

See

Dexie Documenation

Properties

PropertyTypeDescription
storesRecord<string, string>A map which contains the schema definitions for the stores which will be created in dexie.js
versionnumberThe current database version number Remarks This is automatically incremented by the version of the application