Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func TypeInstantiator ¶
func TypeInstantiator(colType *sql.ColumnType) interface{}
Types ¶
type Connection ¶
type Connection struct {
// contains filtered or unexported fields
}
Connection represents a postgresql connection
func (*Connection) Query ¶
func (s *Connection) Query(ctx context.Context, queryStr string) (db.QueryResult, error)
type Driver ¶
type Driver struct { }
Driver Postgres driver
func (*Driver) NewConnection ¶
func (d *Driver) NewConnection(config db.ConnectionConfig) (db.Connection, error)
Click to show internal directories.
Click to hide internal directories.