Skip to content

glsql: Compile DSN from configuration

Pavlo Strokov requested to merge ps-dsn into master

The database source name definition is assembled in the config package which is not correct as config package suppose only provide a raw values. The new function DSN added to the glsql package. It replaces config.DB.ToPQString and reduces dependency of the config package on the database.

Merge request reports