# Functions
DBWarpper() returns the underlying DB wrapping the driver.
New returns a NativeDatabase interface for the given driver and DSN WARNING: It will panic if the driver is not supported.
New returns a NativeDatabase interface for the given driver and DSN WARNING: It will panic if the driver is not supported.
TracedNativeDBWrapper returns a DB interface for the given driver and DSN WARNING: It will panic if the driver is not supported DEPRECATED: Use New Or NewWithOptions instead.
TracedNativeDBWrapperWithOptions returns a DB interface for the given driver and DSN WARNING: It will panic if the driver is not supported.