erleans / pgo

Erlang Postgres client and connection pool
Apache License 2.0
80 stars 16 forks source link

Permit start_link to take proplists + binaries #33

Closed lpil closed 4 years ago

lpil commented 4 years ago

Hello!

Thanks for helping me out with this!

Here's my first pass at relaxing start_link to permit proplists and binaries. How does this look to you?

I wanted to write a couple tests but I could not decide where the best place would be for that. Any tips? :)

Thanks, Louis