Skip to main content

SQLite Storage

Support

from version: 1.3.0

The use of the SQLite storage provider enables the middleware to be operated with a local, file-based database. The middleware stores all data processed during operation of the queue as well as all configuration data directly in the database.

This storage provider is particularly suitable for the simple construction of smaller, locally operated cash register systems.

Parameters

NameDescriptionDefault Value
Mandatory Field
TarFileExportModeAll Enables the automatic TAR File export from the TSE on the Queue level. None Disables the automatic TAR File export from the TSE on the Queue level. Erased TAR files are only exported and saved when they could be deleted from the TSE. (Values: All / None / Erased)optional (default: All)
StoreTemporaryExportFilesEnables storage of temporaty export files in the fiskaltrust/service/Exports folder (Values: true / false)false
optional