Open provides a connection to the database.
(string)
| 12 | |
| 13 | // Open provides a connection to the database. |
| 14 | func (dr PostgresDriver) Open(string) (driver.Conn, error) { |
| 15 | return nil, errors.New("Unimplemented") |
| 16 | } |
| 17 | |
| 18 | var d *PostgresDriver |
| 19 |
no outgoing calls
no test coverage detected