gwilliamnn
Explore posts from serversDTDrizzle Team
•Created by gwilliamnn on 11/11/2024 in #help
With Query mode, is possible filter by a related table?
Is possible using db.query to filter (where) using a related table?
Example:
I know we can use with, but with will return the result and we can filter the with, I wanna filter the actual query using the related table.
We can do using the select
3 replies
DTDrizzle Team
•Created by gwilliamnn on 8/16/2024 in #help
Create a schema but hide from push, migrate and generate
I'm using with Supabase, and I would like to add some schemas from supabase, but I don't wanna include this at push, generate and migrate.
I know the filter tables and schema work for push, but I think do not work for all this.
1 replies
tRPC with Next Intl
I'm getting errors when use Next Intl with Trpc App Router
When I call the route, the middleware from next intl change the route to set the locale first [en-es] and the 404 in the route.
https://next-intl-docs.vercel.app/docs/routing/middleware
Some one can help?
2 replies
TTCTheo's Typesafe Cult
•Created by gwilliamnn on 10/24/2023 in #questions
How can I use a localStorage persister?
I wanna add a localStorage persister, but I'm getting errors for hydration:
ERROR:
9 replies
TTCTheo's Typesafe Cult
•Created by gwilliamnn on 10/17/2023 in #questions
New App Router is not working!
The new t3 for App Router is not working, I just installed and
pnpm dev
and not works!10 replies