- Implement `SqliteStorageClient` as an alternative to `MemoryStorageClient`. - Some reasoning can be found in https://github.com/apify/crawlee-python/issues/860 - It should be implemented via an ORM, to support multiple dialects out of the box, probably [SQLAlchemy](https://www.sqlalchemy.org/) but do proper investigation before.
SqliteStorageClientas an alternative toMemoryStorageClient.