elixir-ecto / db_connection

Database connection behaviour
http://hexdocs.pm/db_connection/DBConnection.html
306 stars 113 forks source link

Support pooler the same as poolboy as connection pool manager #27

Closed jsvisa closed 8 years ago

jsvisa commented 8 years ago

@josevalim @fishcakez Is it necessary?

fishcakez commented 8 years ago

I assume you mean https://github.com/seth/pooler. We can not support that pool I'm afraid because it requires the pool to be started in the pooler application supervisor tree.