Open
Description
- Implement
SqliteStorageClient
as an alternative toMemoryStorageClient
. - Some reasoning can be found in Please consider replacing the "storage" folder with a SQLite database #860
- It should be implemented via an ORM, to support multiple dialects out of the box, probably SQLAlchemy but do proper investigation before.