---------- PostgreSQL dialect ----------
| 208 | // ---------- PostgreSQL dialect ---------- |
| 209 | |
| 210 | type postgresDialect struct{} |
| 211 | |
| 212 | func (d *postgresDialect) Driver() DriverType { return DriverPostgres } |
| 213 |
nothing calls this directly
no outgoing calls
no test coverage detected