MCPcopy Create free account
hub / github.com/goinaction/code / Open

Method Open

chapter3/dbdriver/postgres/postgres.go:14–16  ·  view source on GitHub ↗

Open provides a connection to the database.

(string)

Source from the content-addressed store, hash-verified

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

Callers 2

RetrieveFeedsFunction · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected