gwilliamnn
Explore posts from serversDTDrizzle Team
•Created by gwilliamnn on 12/13/2024 in #help
New version Not use IF NOT EXIST'S anymore
2 replies
DTDrizzle 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
CCConvex Community
•Created by gwilliamnn on 8/10/2023 in #support-community
indexSearch with "match"
Hello, I'm trying to make a simple search index, but the db will be large, because is customers db, and we have more than 10.000.
I wanna search the user by a name query, example, when user search mari this will match with (maria, mariah, mariana) on documentation, i'm trying to do with the tasks table, and the only match with the exacly word.
8 replies
CCConvex Community
•Created by gwilliamnn on 8/7/2023 in #support-community
Seed data with relations
Hy, I know has a way to seed with json file, but how can I do to seed using relation data?
Is possible just with json or I need create a function to seed using the api?
Thanks (sorry for too many questions)
15 replies
CCConvex Community
•Created by gwilliamnn on 8/7/2023 in #support-community
Bug after change function
I made a change on my schema, the table before called profile now is called profiles, I change all names on my code, is reflecting on the backend panel at the convex dashboard, but I'm getting this error:
And I call this function here:
21 replies
CCConvex Community
•Created by gwilliamnn on 8/7/2023 in #support-community
Understanding the pricing
Hello!
I'm really thinking to bring my production env from sanity.io to you guys. I love sanity, is very good, but the lack of strong type safety and the fact I loved convex, I wanna migrate.
But, I didn't understand the princing...
Like, function call is each query? and bandwidth will be the size of the query documents?
11 replies
CCConvex Community
•Created by gwilliamnn on 8/7/2023 in #support-community
Suspense or loading state
Convex has any loading state or works with suspense or something like?
18 replies
CCConvex Community
•Created by gwilliamnn on 7/31/2023 in #support-community
Can I import the Type from schemas?
How can I have the schema types, and if have also a validation schema like zod.
This is good when we create forms and also tables to have the schema and or the return type.
10 replies
CCConvex Community
•Created by gwilliamnn on 7/31/2023 in #support-community
How can I use Clerk with Convex on NextJS13 app routes?
Any one can help?
I saw the tutorial to use Clerk + Convex on Next13, but is using pages router, I tried, but not works on app router, says router is not ready.
60 replies