pub const SOLUTION_SET: &str = "INSERT\n OR IGNORE INTO solution_set (content_addr)\nVALUES\n (:content_addr)\n";
INSERT OR IGNORE INTO solution_set (content_addr) VALUES (:content_addr)