pub const GET_SOLUTION: &str = "SELECT\n solution\nFROM\n solution\nWHERE\n content_hash = ?\n";
SELECT solution FROM solution WHERE content_hash = ?