Constant tor_dirmgr::storage::sqlite::INSERT_MD

source ยท
const INSERT_MD: &str = "
  INSERT OR REPLACE INTO Microdescs ( sha256_digest, last_listed, contents )
  VALUES ( ?, ?, ? );
";
Expand description

Query: Add a new microdescriptor