Skip to content

Implement schema support#6

Merged
devchris123 merged 3 commits intomainfrom
devchris123/#5/add-schema-support
Nov 23, 2025
Merged

Implement schema support#6
devchris123 merged 3 commits intomainfrom
devchris123/#5/add-schema-support

Conversation

@devchris123
Copy link
Owner

@devchris123 devchris123 commented Nov 23, 2025

Changes:

  • schema cmd line flag
  • add schema to dialect interface for handling by dialect implementations (dialects could handle schemas differently)

Note:
Users must still inside their SQL choose the right schema to run against, because this is not done by default?

@devchris123 devchris123 self-assigned this Nov 23, 2025
@devchris123 devchris123 force-pushed the devchris123/#5/add-schema-support branch from ff77616 to b2651da Compare November 23, 2025 19:23
Christopher Wunder added 3 commits November 23, 2025 20:26
Explicitly setting the schema allows the user to
specify the schema migrations are tracked.
This way users can decided how to specifiy the schema in their SQL.
They can now also specify the schema migrations are applied to.
@devchris123 devchris123 force-pushed the devchris123/#5/add-schema-support branch from b2651da to a62b8c9 Compare November 23, 2025 19:26
@devchris123 devchris123 merged commit bd39355 into main Nov 23, 2025
3 checks 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.

1 participant