prisma / quaint

SQL Query AST and Visitor for Rust
Apache License 2.0
583 stars 61 forks source link

Skip using the internal pool of MySQL #232

Closed pimeys closed 3 years ago

pimeys commented 3 years ago

We have no need for it, and we can fail immediately when creating the connection, if needed.

pimeys commented 3 years ago

It aligns with Postgres and it's a part of a fix to a bug ticket I took to myself last Friday from Will https://github.com/prisma/prisma/issues/4335