Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a persistence layer abstraction #47

Closed
JackHopkins opened this issue Nov 5, 2023 · 1 comment
Closed

Create a persistence layer abstraction #47

JackHopkins opened this issue Nov 5, 2023 · 1 comment
Assignees

Comments

@JackHopkins
Copy link
Contributor

In many cases, writing to the disk is not possible or advised. There should be the option of other persistence layers that enable writing of data to S3 / Redis / Cloudflare KV etc. In order for this to be possible, a clean persistence interface must be created.

@JackHopkins
Copy link
Contributor Author

This has been merged into master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants