Wezter
Setting up tRPC with Supabase and Drizzle
Hi! 😄
Is there someone that has any recommendations on how I should setup tRPC with Supabase Auth and Drizzle as ORM?
I'm looking to Replace Clerk with Supabase in this repo but not sure if there's anything specific I should think about?
https://github.com/timothymiller/t4-app
2 replies
When not to use tRPC?
Is there any scenario when building a mobile and/or a web app with backend that you would not recommend people to use tRPC? (We can assume that all the FE clients will be in the same repo)
Are there any limitations / cons of using tRPC over using something like Fastify / Nestjs / Nextjs (without tRPC)?
1 replies
Migrating to V10 from V9
If someone has some ideas on what I might have screwed up when trying to bump tRPC for this public starter please let me know.
https://github.com/chamatt/create-kaol-app/pull/7/files
22 replies