Versions in this module Expand all Collapse all v1 v1.0.0 Dec 5, 2022 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