essential_node_db_sql::insert

Constant SOLUTION

Source
pub const SOLUTION: &str = "INSERT\n    OR IGNORE INTO solution (content_hash)\nVALUES\n    (:content_hash)\n";
Expand description
INSERT
    OR IGNORE INTO solution (content_hash)
VALUES
    (:content_hash)