essential_builder_db::sql::insert

Constant SOLUTION

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