Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Redshift ¶
Redshift is a wrapper around the PostgreSQL driver which implements Redshift-specific behavior.
Currently, the only different behaviour is the lack of locking in Redshift. The (Un)Lock() method(s) have been overridden from the PostgreSQL adapter to simply return nil.
func (*Redshift) Lock ¶
Lock implements the database.Driver interface by not locking and returning nil.
func (*Redshift) Open ¶
Open implements the database.Driver interface by parsing the URL, switching the scheme from "redshift" to "postgres", and delegating to the underlying PostgreSQL driver.
Source Files
¶
- redshift.go
Click to show internal directories.
Click to hide internal directories.