Open
Description
Would it be difficult to support for the operators here?
https://www.postgresql.org/docs/14/pgtrgm.html
Would it be as simple as adding in something like:
similarityGreaterThan: {
description: "Value has a similarity that is greater than the current similarity threshold set by pg_trgm.similarity_threshold.",
resolve: (i, v) => sql.query`${i} % ${v}`,
},