In line with two PRs (#70 and #72), we are manually passing arguments to the program so as it generates a connection to the database.
In order to makes the program more generalizable and the CLI less verbose, we could use a database connection configuration file (e.g. PostgreSQL comes with a pg_service.conf file).
In line with two PRs (#70 and #72), we are manually passing arguments to the program so as it generates a connection to the database.
In order to makes the program more generalizable and the CLI less verbose, we could use a database connection configuration file (e.g. PostgreSQL comes with a
pg_service.conf
file).