Closed cammellos closed 6 years ago
The interface in persistence does not allow returning errors, probably because it's focused on in-memory db, so no IO errors. Because we use permanent (on-disk) storage we need a way to handle errors.
The interface in persistence does not allow returning errors, probably because it's focused on in-memory db, so no IO errors. Because we use permanent (on-disk) storage we need a way to handle errors.