pub async fn register_user( db: &DbHandle, email: &str, name: &str, password: &str, ) -> Result<Model>