# Packages

Package bash implements the Driver interface.
Package postgres implements the Driver interface.

# Functions

Drivers returns a sorted list of the names of the registered drivers.
Retrieves a registered driver by name.
New returns Driver and calls Initialize on it.
Registers a driver so it can be created from its name.

# Interfaces

Driver is the interface type that needs to implemented by all drivers.