Here: https://github.com/2adapt/postgres-connection/blob/main/index.js#L75 Does it make sense to always create a connection in this way? Even if we end up using `createConnection`, this default connection is created.
Here: https://github.com/2adapt/postgres-connection/blob/main/index.js#L75
Does it make sense to always create a connection in this way?
Even if we end up using
createConnection, this default connection is created.