Skip to main content

Module sql_pool

Module sql_pool 

Source

Functions§

cached_pool
Returns the cached pool for cache_key, building one via config on first use. cache_key is caller-supplied rather than derived from config here, since two Configs that are meaningfully different for pooling purposes (e.g. different resolved AAD tokens) don’t necessarily differ in a way that’s cheap to hash/compare.

Type Aliases§

SqlPool