feat(catalog-backend): make a builder to help wire up the catalog

This commit is contained in:
Fredrik Adelöw
2020-10-12 15:38:12 +02:00
parent e4d7390967
commit 99710b102d
17 changed files with 925 additions and 257 deletions
@@ -57,7 +57,7 @@ export function buildPgDatabaseConfig(
* Gets the postgres connection config
*
* @param dbConfig The database config
* @param parseConnectionString Flag to explictly control connection string parsing
* @param parseConnectionString Flag to explicitly control connection string parsing
*/
export function getPgConnectionConfig(
dbConfig: Config,