dbpool)For production environments, opening a new database connection for every query is extremely slow.
Instead, configure a connection pool globally using dbpool when your application starts.
Once the pool is established, any subsequent db() calls will automatically utilize the configured pool.