MCPcopy
hub / github.com/dosco/graphjin / postgresDialect

Struct postgresDialect

core/schema_ddl.go:71–71  ·  view source on GitHub ↗

PostgreSQL dialect

Source from the content-addressed store, hash-verified

69
70// PostgreSQL dialect
71type postgresDialect struct{}
72
73func (d *postgresDialect) Name() string { return "postgresql" }
74

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected