Is it possible to use raw query with strapi entity service api?

System Information
  • 4.2:
  • Amazon Linux 2:
  • Postgres 14:
  • 16.16.0:
  • 8.11.0:
  • 1.22.19:

What I’m trying to accomplish is to decrypt selected columns via pgp_pub_decrypt function of postgres before executing the query. So I’m asking if inserting a raw query (for example, in filters filters: [{[raw('pgp_pub_encrypt('column')}]: 'some value']) is possible.

If not, is there any other way that you can suggest where I can accomplish my goal?