Function orm::open [] [src]

pub fn open(
    user: &str,
    pwd: &str,
    host: &str,
    port: u16,
    db: &str,
    orm_meta: &'static OrmMeta
) -> Result<Db, Error>