Skip to content

chore: migrate store to framework - #2473

Open
SantiagoPittella wants to merge 1 commit into
santiagopittella-prep-store-migrationfrom
santiagopittella-move-store-off-diesel
Open

chore: migrate store to framework#2473
SantiagoPittella wants to merge 1 commit into
santiagopittella-prep-store-migrationfrom
santiagopittella-move-store-off-diesel

Conversation

@SantiagoPittella

Copy link
Copy Markdown
Collaborator

I'm extremely sorry about the size of the diff. We can reduce the diff size by split in different chunks but that will make the node not to work until all of the PRs are merged. Also thought of using a feature branch and merging little PRs there, but if that branch diverges from next the conflicts can become a real pain (though maybe we prefer that pain over this diff). Let me know what do you think.

Summary

This PR mgirates the store crate to the SQLite framework that we previously introduced, and moves off of diesel. It copies the structure of the other crates, with a query dir and a folder-per-query. Most of the changes are just moving things around.

The actual removal of the diesel dependency and our helpers is going to be done in a follow up PR.

Changelog

changelog = "none"
reason    = "Internal change only."

@SantiagoPittella
SantiagoPittella force-pushed the santiagopittella-move-store-off-diesel branch from 3cbead5 to 3055231 Compare August 14, 2026 14:39
@SantiagoPittella
SantiagoPittella force-pushed the santiagopittella-move-store-off-diesel branch from 3055231 to 4e225c9 Compare August 14, 2026 20:51
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