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

feat(serde): Use serde and bitcode to store structs as blobs #24

Merged
merged 1 commit into from
May 18, 2024

Conversation

rivnakm
Copy link
Owner

@rivnakm rivnakm commented May 18, 2024

Closes #20
Avoids having to manually (de)serialize structs when storing. Opted to use serde rather than a derive macro to generate custom db tables since access to specific fields is not necessary and that would add a lot of complexity.

@rivnakm rivnakm merged commit c4ed45f into main May 18, 2024
6 checks passed
@rivnakm rivnakm deleted the feat/serde branch May 18, 2024 16:16
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.

Add a layer of abstract over ToSql/FromSql traits
1 participant