Versions in this module Expand all Collapse all v1 v1.0.0 Jun 25, 2023 Changes in this version + var Default = New() + type ImportDriver struct + Dialect string + SchemaName string + type Mux struct + func New() *Mux + func (u *Mux) OpenImport(dsn string) (*ImportDriver, error) + func (u *Mux) RegisterProvider(p importProvider, scheme ...string)