Initialize the module-level connection pool.
Safe to call multiple times; subsequent calls are no-ops if the pool
is already open.
- Parameters:
- min_size
int Minimum number of idle connections kept in the pool
- max_size
int Maximum number of connections the pool will open