We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As mentioned here:
elixir-ecto/db_connection#167
DBConnection.Poolboy has been deprecated. Seems like we might be able to just use the default DBConnection.ConnectionPool?
DBConnection.Poolboy
DBConnection.ConnectionPool
I ran into this issue after addressing #141 in one of my test forks.
The text was updated successfully, but these errors were encountered:
Fixed by #143.
Sorry, something went wrong.
No branches or pull requests
As mentioned here:
elixir-ecto/db_connection#167
DBConnection.Poolboy
has been deprecated. Seems like we might be able to just use the defaultDBConnection.ConnectionPool
?I ran into this issue after addressing #141 in one of my test forks.
The text was updated successfully, but these errors were encountered: