pub fn add_rule( tx: &Transaction<'_>, rule_table: &str, content: &str, target: &str, ) -> Result<()>
add a normal rule, don’t forget to call tx.commit()