Contains information used to construct an IndexedDB instance.
The database to open. Will be created if it doesn't exist.
'@paychex'
The store name to use. Will be created if it doesn't exist.
The version of the store to access. You can overwrite a previously created store by increasing the version number.
1
Contains information used to construct an IndexedDB instance.