top | item 39363431

(no title)

natecham | 2 years 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)

discuss

order

tacone|2 years ago

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.