# Functions
ParseDSN parses various supported DSN types (currently mysql and postgres) into a map of key/value pairs which can be used as valid tags.
# Structs
MockDriver implements a mock driver that captures and stores prepared and executed statements.