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