-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Description
I’d like to have more control over how and when database migrations are executed.
Currently, migrations run automatically when a connection is created. However, in some cases I need to:
- Run migrations manually at a specific time.
- Include custom business logic within migrations that can only be done in Swift code.
It would be great to have an API similar to GRDB (with an upTo argument in the migrate() function) or SQLDelight (newVersion and callback arguments), where migrations can be run step-by-step.
Metadata
Metadata
Assignees
Labels
No labels