Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: configure sqlc to not emit unused models #2670

Merged
merged 1 commit into from
Sep 13, 2024

Conversation

alecthomas
Copy link
Collaborator

This reduces code size, but also unnecessary imports for unused parts of the schema, such as the encryption types for the configuration DAL.

@alecthomas alecthomas requested review from a team and stuartwdouglas and removed request for a team September 13, 2024 07:53
This was referenced Sep 13, 2024
This reduces code size, but also unnecessary imports for unused parts of the
schema, such as the encryption types for the configuration DAL.
@alecthomas alecthomas force-pushed the aat/minimal-sqlc-models branch from c99e6f4 to 0664131 Compare September 13, 2024 08:01
@alecthomas alecthomas added this pull request to the merge queue Sep 13, 2024
Merged via the queue into main with commit ca2bde0 Sep 13, 2024
23 checks passed
@alecthomas alecthomas deleted the aat/minimal-sqlc-models branch September 13, 2024 08:13
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