Constant tor_dirmgr::storage::sqlite::INSERT_RD

source ยท
const INSERT_RD: &str = "
  INSERT OR REPLACE INTO RouterDescs ( sha1_digest, published, contents )
  VALUES ( ?, ?, ? );
";
Available on crate feature routerdesc only.
Expand description

Query: Add a new router descriptor