pub fn get_con_pool_wrapper_prime_cache(
user: &str,
pass: &str,
host: &str,
port: u16,
db_opt: Option<&str>,
) -> Result<PoolWrapper, JsError>Expand description
Primes the cached function get_con_pool_wrapper.
This is a cached function that uses the GET_CON_POOL_WRAPPER cached static.