MCPcopy Create free account
hub / github.com/PerpetualSoftware/pad / postgresDialect

Struct postgresDialect

internal/store/dialect.go:210–210  ·  view source on GitHub ↗

---------- PostgreSQL dialect ----------

Source from the content-addressed store, hash-verified

208// ---------- PostgreSQL dialect ----------
209
210type postgresDialect struct{}
211
212func (d *postgresDialect) Driver() DriverType { return DriverPostgres }
213

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected