green_copper_runtime::modules::db::mysql::connection

Function get_con_pool_wrapper_no_cache

source
pub fn get_con_pool_wrapper_no_cache(
    user: &str,
    pass: &str,
    host: &str,
    port: u16,
    db_opt: Option<&str>,
) -> Result<PoolWrapper, JsError>
Expand description

Origin of the cached function get_con_pool_wrapper.