# Packages

Package mysql is the minimal fork of go-sql-driver/mysql so we can use their code to parse the mysql DSNs.
Package pq is the minimal fork of lib/pq so we can use their code to parse the postgres DSNs.

# Functions

MySQL parses a mysql-type dsn into a map.
Postgres parses a postgres-type dsn into a map.