Skip to main content

Module pool

Module pool 

Source
Expand description

Connection pool for concurrent database access.

This module provides a semaphore-based connection pool for limiting concurrent database connections.

Structsยง

ConnectionPermit
A permit representing an acquired connection.
ConnectionPool
Connection pool for database connections.