[FEATURE]: Support for PostgreSQL functions. #2586
Replies: 3 comments 3 replies
-
@atiqueMorshed The only way to do this is to create an empty migration with the Postgress declaration of your function. |
Beta Was this translation helpful? Give feedback.
-
I would also greatly appreciate this as for people using tools like Hasura and Postgraphile to spin up GQL APIs from Postgres databases, Postgres functions are a major way of extending the generated GraphQL schemas; without this, significant aspects that determine the GraphQL API surface area are missing in the Drizzle schema. |
Beta Was this translation helpful? Give feedback.
-
Bumping this up for visibility. Is this still not possible in Drizzle? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
As per my understanding from the Drizzle documentations, there is no way to create or even use existing database functions.
I imagine this would be a very good addition since database functions are so powerful and handy.
Beta Was this translation helpful? Give feedback.
All reactions