Self hosted Postgres on Create t3 Turbo
I am low key struggling to convert
This is what I have now in my client.ts
I can run
These are the only types coming back on the db var
create-t3-turbo db package from using Vercel Postgres to Railway postgres connection.This is what I have now in my client.ts
I can run
pnpm db:push and it works but all the types in tRPC are breaking when passing db for zod infrence. Would love help don't see the schma types coming through on DB being passed into the API package. This has to be an issue someone else has solved. Not seeing schmea notes in Drizzel postgres-node docs.These are the only types coming back on the db var
