Postgres CALL Procedure #2314
Unanswered
wedwardbeck
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was able to use PSQL Functions in SQLX for select statements but have not been successful with PSQL Procedures.
I am using [this blog post](Building a REST API with Axum + Sqlx) as a base to test, and altered the new_task function as:
I'm getting:
I'm not sure this is even supported, so was wondering if anyone has attempted this and/or can advise if this is even feasible. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions