Kevin Pamaran

Results 4 comments of Kevin Pamaran

@jawj Adding a datapoint here My team at canopyservicing.com (platform startup for loan servicing) heavily uses postgres functions and stored procedures for business logic. zapatos is great for simple cases...

Here's one SQL query I wrote to derive enough data from the pg system catalog to generate TS types for function return types. ```sql -- get return types across fns...

Would love support for composite types. postgres does provide type structure of directly-user-defined composite types via `pg_class`, catalog the same place for from-table composite types, this should be feasible.

@nyurik I'm interested in this problem as well. I found these slides from AWS re:Invent that lists PL/Rust as a trusted language but it may be jumping ahead of itself,...