Skip to content

Merge the two storages and give users the ability to write their own database drivers #2

@luckyycode

Description

@luckyycode

CatraProto currently supports the only one session serializer of type FileSerializer
Application is hosted in Kubernetes container and it's not comfortable to use FileSerializer because it requires app to have a local path to store session data

My request is to document IAsyncSessionSerializer interface and let end-user to choose what type of storage one would like to use. Currently it's sqlite, but maybe CatraProto should have a separate interface for session storage to abstract away from sqlite and use custom storage together with custom IAsyncSessionSerializer implementations

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions