pub async fn launch(db: µrm::DB, port: u16) { let mut srv = tide::new(); srv.listen(("127.0.0.1", port)).await.expect("couldn't bind to port"); }