pub const GET_PREDICATE: &str = "SELECT\n predicate.predicate\nFROM\n predicate\nWHERE\n predicate.content_hash = :predicate_hash;\n";
Expand description
SELECT
predicate.predicate
FROM
predicate
WHERE
predicate.content_hash = :predicate_hash;