Replies: 1 comment 1 reply
-
Hi @aehlke, Atlas is definitely interesting, but this seems like a fundamental rethinking of how migrations work in an iOS app. I think we should absolutely do that sometime soon, but for right now people can use the GRDB migration tools. Having never used Atlas myself, I have some questions if you have experience with it:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This could be a useful tool for generating migrations: https://atlasgo.io/
Static typing is undesirable for migrations due to keeping them in your codebase over time, but some kind of programmatic verification is helpful when using LLMs - so that they can evolve schema and have something like Atlas generate the migration from the schema changes, rather than handing migration SQL to the LLM directly which can risk more catastrophic results without close review.
Beta Was this translation helpful? Give feedback.
All reactions