MCPcopy
hub / github.com/jmoiron/sqlx / Postgres

Method Postgres

sqlx_test.go:100–102  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

98}
99
100func (s Schema) Postgres() (string, string, string) {
101 return s.create, s.drop, `now()`
102}
103
104func (s Schema) MySQL() (string, string, string) {
105 return strings.Replace(s.create, `"`, "`", -1), s.drop, `now()`

Callers 2

RunWithSchemaFunction · 0.80
RunWithSchemaContextFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected