Skip to content

feat: add sqlite support - #711

Merged
BravoNatalie merged 10 commits into
mainfrom
feat/add-sqlite-support
May 20, 2026
Merged

feat: add sqlite support#711
BravoNatalie merged 10 commits into
mainfrom
feat/add-sqlite-support

Conversation

@BravoNatalie

Copy link
Copy Markdown
Contributor

Introduce a MigrationStore abstraction with two storage options, the current JSON file format and a new SQLite (better-sqlite3)

@BravoNatalie
BravoNatalie requested a review from alanshaw as a code owner May 19, 2026 14:56
@SgtPooki

Copy link
Copy Markdown

is there support for migrating from a json file to the sqlite store?

@BravoNatalie

Copy link
Copy Markdown
Contributor Author

is there support for migrating from a json file to the sqlite store?

yes, just need to pass --state-file state.json --state-format sqlite when migrating. The cli will create a .db file and use it

@BravoNatalie
BravoNatalie force-pushed the feat/add-sqlite-support branch from adf3171 to 46f8a98 Compare May 20, 2026 15:32
@BravoNatalie
BravoNatalie merged commit b6f9eee into main May 20, 2026
1 check passed
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.

2 participants