Versions in this module Expand all Collapse all v0 v0.1.1 Aug 28, 2018 v0.1.0 Jul 29, 2018 Changes in this version + func Wrap(db *sql.DB, opts ...Option) isql.DB + type Config struct + DBName string + Datastore newrelic.DatastoreProduct + Host string + PortPathOrID string + type Option func(*Config) + func WithDBName(dbName string) Option + func WithDatastore(d newrelic.DatastoreProduct) Option + func WithHost(host string) Option + func WithPortPathOrID(v string) Option + type Stmt interface