Versions in this module Expand all Collapse all v1 v1.0.0 Oct 23, 2023 Changes in this version + func JoinErrors(errs []error) error + func NewConnector(dbPath string, opts ...Option) (driver.Connector, error) + type Driver struct + func (d Driver) Open(dbUrl string) (driver.Conn, error) + type Option interface + func WithAuthToken(authToken string) Option + func WithProxy(proxy string) Option + func WithTls(tls bool) Option