pub const PREDICATE: &str = "INSERT\n OR IGNORE INTO predicate (content_hash, predicate)\nVALUES\n (:content_hash, :predicate);\n";Expand description
INSERT
OR IGNORE INTO predicate (content_hash, predicate)
VALUES
(:content_hash, :predicate);