Just let me send a raw SQL query #61
-
Feature requestIs your feature request related to a problem? Please describe.I cannot use for example Describe the solution you'd likeThe ability to pass a raw sql query to the database without defining a function in postgres. Rpc is not a solution for me, it is a workaround. Describe alternatives you've consideredI know I can define a function in postgres, but that is a suboptimal solution, especially within a changing ecosystem. My code should be able to handle it. Additional contextNo |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hello, Thanks for issue. I will check this feature. |
Beta Was this translation helpful? Give feedback.
-
PostgREST is designed for HTTP requests. If you want to communicate directly via SQL & the Postgres protocol you can use a postgres client (something like this: https://github.com/lib/pq) |
Beta Was this translation helpful? Give feedback.
PostgREST is designed for HTTP requests. If you want to communicate directly via SQL & the Postgres protocol you can use a postgres client (something like this: https://github.com/lib/pq)