Open
Description
Hi, thanks for great repo.
I wonder if it is possible if we can specify which table(s) that we'll be convert into struct.
maybe using flag table
?
and also option to define the generated filename, such as model.go
example 1: tables-to-go -d booking_app -table invoice -of /internal/domain/invoice -o model
--> will create file /internal/domain/invoice/model.go
example 2: tables-to-go -d booking_app -table order -of /internal/domain/order -o model
--> will create file /internal/domain/order/model.go
I think this would allow us to be more selective on generating the struct and saving it into each domain folder with specified filename.
Metadata
Metadata
Assignees
Labels
No labels