const DROP_OLD_EXTDOCS: &str = "DELETE FROM ExtDocs WHERE expires < datetime('now');";
Query: Discard every expired extdoc.
External documents aren’t exposed through Store.
Store