Versions in this module Expand all Collapse all v0 v0.6.2 Jan 4, 2021 Changes in this version + type BindTypeError struct + Type reflect.Type + Value string + func (e *BindTypeError) Error() string + type DSN struct + func Parse(rawdsn string) (*DSN, error) + func (d *DSN) Addresses() []string + func (d *DSN) Bind(v interface{}) (url.Values, error) + type InvalidBindError struct + Type reflect.Type + func (e *InvalidBindError) Error() string