Constant tor_dirmgr::storage::sqlite::INSERT_EXTDOC

source ยท
const INSERT_EXTDOC: &str = "
  INSERT OR REPLACE INTO ExtDocs ( digest, created, expires, type, filename )
  VALUES ( ?, datetime('now'), ?, ?, ? );
";
Expand description

Query: Add a new entry to ExtDocs.