Skip to content

Fix db uris

MacFarland, Midgie requested to merge fix_db_uris into develop

Currently, when creating a database object, it defaults to a postgres connection string with default fields. Fixed it to correctly create uri based on database type and provided fields.

Merge request reports