Function pgbatis::link

source ·
pub async fn link(
    host: &str,
    port: u16,
    user: &str,
    password: &str,
    dbname: &str,
    max_size: usize
) -> Result<(), String>