Block a user
postgres-switch-for-tests
I don't think we want to use the testdataloader
package in main. Let's remove the basedir, and if needed using a different env/config file should be a matter of switches.
postgres-switch-for-tests
can we try to use the connection string instead of context, if it works? https://github.com/jackc/pgx/issues/1013
postgres-switch-for-tests
If we are using connection string, then this needs to be url parsed to get the query string in order to determine the schema.
postgres-switch-for-tests
I am wondering, since this affects the connection string, whether we should merge in the other PR into this one first.