Hacker News new | ask | show | jobs
by natecham 858 days ago
What are you using for end to end type safety? Currently enjoying the same on a side project with Postgres -> GraphQL (Hasura) -> Golang (genqlient) & Typescript (graphql-codegen)
1 comments

I gave up Graphql due to buggy/obnoxious vscode plug-ins, also I would pass over code gen if I can.

I have a simple setup with pg+drizzle+zod+trpc. I don't like the libraries that much, but it overral works very well.

I'd prefer something simpler, more ergonomic of all those components, but the basiline is that for now.