pub fn create( conn: &Connection, name: &str, category: Option<String>, id: Option<i64>, ) -> Result<Tag>