prisma / quaint

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

fix(logging): Clearer wording about connection pool size #302

Open janpio opened 3 years ago

janpio commented 3 years ago

Although the current wording is technically 100% correct, users are sometimes slightly confused and think that the pool is started with all these connections already open. This is of course not the case, so this a bit more defensive wording hopefully avoids that confusion.