[FEATURE]: Support for PostgreSQL functions. #2586
atiqueMorshed
started this conversation in
Ideas
Replies: 1 comment 2 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.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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