Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Generate ¶
func Generate(_ context.Context, req *plugin.GenerateRequest) (*plugin.GenerateResponse, error)
Types ¶
type Backend ¶
type Backend string
const (
PGZigBackend Backend = "pg.zig"
)
func (Backend) ImportName ¶
type Config ¶
type Config struct {
Out string `json:"out"`
Backend Backend `json:"backend"`
EmitExactTableNames bool `json:"emit_exact_table_names"`
InflectionExcludeTableNames []string `json:"inflection_exclude_table_names"`
QueryParameterLimit int `json:"query_parameter_limit"`
PublicQueryStings bool `json:"public_query_strings"`
}
type Identifier ¶
Source Files
¶
Click to show internal directories.
Click to hide internal directories.