Postgres store procedure definition in schema file

Hey all, has anyone know of a way to create definitions of stored procedures in the schema file (similar to that of views)?

I saw something in this discussion but not quite sure how to implement the schema in my schema.ts file.
https://github.com/drizzle-team/drizzle-orm/issues/168
GitHub
What version of drizzle-orm are you using? 0.18.0 Describe the Bug This is not a bug but a feature request / question. I noticed that #116 will be adding type-safe views and seems like a fantastic ...
Was this page helpful?