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

Experimental impl of Storage via sqlite #225

Merged
merged 7 commits into from
Jun 23, 2023
Merged

Experimental impl of Storage via sqlite #225

merged 7 commits into from
Jun 23, 2023

Conversation

boxdot
Copy link
Owner

@boxdot boxdot commented Jun 17, 2023

Migration to sqlite is done on the first startup if sqlite is enabled in
the config. This feature is still quite experimental and therefore the
configuration parameters are is not exposed in readme.

Caveats:

* conversion of JSON storage to SQLite is slow
* SQLite pools is async, but is used in a sync way
Also set a flag that migration was finished successfully.
@boxdot boxdot merged commit 1faadea into master Jun 23, 2023
@boxdot boxdot deleted the sqlite-storage branch June 23, 2023 20:03
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

Successfully merging this pull request may close these issues.

1 participant