PostgresDriver provides our implementation for the sql package.
| 9 | // PostgresDriver provides our implementation for the |
| 10 | // sql package. |
| 11 | type PostgresDriver struct{} |
| 12 | |
| 13 | // Open provides a connection to the database. |
| 14 | func (dr PostgresDriver) Open(string) (driver.Conn, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected