You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some table's model structs should still be handwritten, and there should be no confusion / shadowing or dead code.
So it'd be great if one could --exclude table_name / -e table_name.
The text was updated successfully, but these errors were encountered:
Hm, actually, no, because I can't use a diesel.toml file for this use case.
There should be a way to specify --only-tables and --except-tables with diesel_cli_ext on the command line.
Some table's model structs should still be handwritten, and there should be no confusion / shadowing or dead code.
So it'd be great if one could
--exclude table_name
/-e table_name
.The text was updated successfully, but these errors were encountered: