Skip to main content

INSERT_EXTDOC

Constant 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.