# Functions
DriverOpener is a helper Opener creator for sharing between all drivers.
Open opens an Atlas client by its provided url string.
OpenSchema opens the connection to the given schema.
OpenURL opens an Atlas client by its provided url.URL.
Register registers a client Opener (i.e.
RegisterCodec registers static codec for attaching into the client after it is opened.
RegisterDriverOpener registers a func to create a migrate.Driver from a schema.ExecQuerier.
RegisterFlavours allows registering additional flavours (i.e.
RegisterTxOpener allows registering a custom transaction opener with an optional close function.
RegisterURLParser allows registering a function for parsing the url.URL and attach additional info to the extended URL.
# Variables
ErrUnsupported is returned if a registered driver does not support changing the schema.
# Interfaces
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author