Open
Description
Is your feature request related to a problem? Please describe.
No current issues, functionality already exists in the generator, this request is to expand support for existing generator options through the CLI.
Describe the solution you'd like
We use a mix of SQLC and Jet in our projects and both provide the ability to generate models. Depending on our use case, we'd like the ability to skip generating models (or SQLBuilder) entirely via the CLI w/o requiring us to build our own generator. The functionality already exists to skip specific tables/views/enums, but it would be great to be able to skip models or SQL builder entirely.