# Functions
ParseOpts parses the options from name and adds them to the values.
ParseURL no longer needs to be used by clients of this library since supplying a URL as a connection string to sql.Open() is now supported:
sql.Open("postgres", "postgres://bob:[email protected]:5432/mydb?sslmode=verify-full")
It remains exported here for backwards-compatibility.