const INSERT_EXTDOC: &str = " INSERT OR REPLACE INTO ExtDocs ( digest, created, expires, type, filename ) VALUES ( ?, datetime('now'), ?, ?, ? ); ";
Query: Add a new entry to ExtDocs.