Open CrowdHailer opened 4 years ago
In place of specifying user/password/host/port/db it would be great if you could pass in url as an argument to pgo:start_pool and pgo_pool:start_link
pgo:start_pool
pgo_pool:start_link
Not sure if database_url or just url is a better key. I lean towards just url as the answer.
In place of specifying user/password/host/port/db it would be great if you could pass in url as an argument to
pgo:start_pool
andpgo_pool:start_link
Not sure if database_url or just url is a better key. I lean towards just url as the answer.