Skip to content

In-Memory Provider

For testing and development purposes, it is useful to have an in-memory provider. This provider is not persistent, and data will be lost when the program ends, but it allows for testing without persistent storage.

OptionDescriptionRequiredDefault Value
persist-keyIf set, its value will be conserved and reused during program execution.NoFalse
existsIf True, the database exists; otherwise, it will be created.NoFalse
[default]
provider = in-memory
persist-key = True
exists = True

Note: The in-memory provider is included for convenience during development and testing. Data stored is not persistent and will be lost upon program termination.