dgw
dgw copied to clipboard
dgw generates Golang struct, and simple Table/Row Data Gateway functions from PostgreSQL table metadata
This PR adds a new flag `-i`/`--include` to specify the tables to include for when you only need a small subset of the tables defined in a large schema. The...
What do you think about such changes?
In the guide case I get: ```go // Class represents public.class type Class struct { ID int // id Age sql.NullInt64 // age Name sql.NullString // name Sal sql.NullFloat64 //...
Updated dependent Go version to v1.21. Go release history: https://go.dev/doc/devel/release
This PR updates the generated code, check these fiiles are up to date, and refactor CI.