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