View Source Legendary.Core.SharedDBConnectionPool (Legendary v8.12.0)

A shareable connection pool. We use this so that all the apps connecting to one database can use on connection pool, even if they have different repos.

This allows a reasonable number of connections to be available per application without requiring a huge number of connections to the database.

Link to this section Summary

Functions

See DBConnection.ConnectionPool.checkout/3.

Link to this section Functions

Link to this function

checkout(pool, caller, opts)

View Source

See DBConnection.ConnectionPool.checkout/3.