[Feature] Add support for database views.

[Feature] Add support to manually set primary keys for destination structure fields.
This commit is contained in:
go-jet 2019-09-20 12:53:52 +02:00
parent 5b08a1d240
commit b88519bfd4
18 changed files with 462 additions and 128 deletions

View file

@ -18,7 +18,7 @@ var tableSQLBuilderTemplate = `
{{- end}}
{{- end}}
package table
package {{param "package"}}
import (
"github.com/go-jet/jet/{{dialect.PackageName}}"