Closing DB pool
Hello, I was reading Optimization guide, and noticed that a good practice for database optimization is closing it's connection pool:
Always close connections when they are no longer needed to return them to the poolI am using MS SQL database with
Kysely
set up described in their documentation.
Since I am pretty new with creating my own set up of database, I am a bit confused on this.
So my Question is should I take care myself of closing this DB connection pool, or is it done by library? Is there a way to test it?0 Replies