Is your feature request related to a problem? Please describe.
We now offer 3 sorts of state persistence strategies: in memory, sqlite and postgres. Going from internal volatile state to a more persisted and externalised state.
To not only benefit this UC, but to make LDIO more stable.
Describe the solution you'd like
Remove SQLite and in memory state persistence and replace with h2 database.
Is your feature request related to a problem? Please describe. We now offer 3 sorts of state persistence strategies: in memory, sqlite and postgres. Going from internal volatile state to a more persisted and externalised state. To not only benefit this UC, but to make LDIO more stable.
Describe the solution you'd like Remove SQLite and in memory state persistence and replace with h2 database.