2021年3月23日星期二

How do I dynamically create second node-postgres pool?

My goal is to: connect to my local Postgres database, grab user, host, database, password, and port. Finally, pass retrieved values into a new pool. I have a local database setup which I'm successfully connecting to and grabbing queried data. However, I'm struggling to pass queried values into a new pool. How do I correctly get to solution in my given situation?

https://stackoverflow.com/questions/66773384/how-do-i-dynamically-create-second-node-postgres-pool March 24, 2021 at 09:07AM

没有评论:

发表评论