Versions in this module Expand all Collapse all v0 v0.1.0 Oct 21, 2024 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)