Yomyam
Explore posts from serversDTDrizzle Team
•Created by Yomyam on 3/3/2024 in #help
Recursive table
how to make recursive such as category inside category?
3 replies
DTDrizzle Team
•Created by Yomyam on 7/25/2023 in #help
How to do this in drizzle schema?
I moved from PrismaORM convert this model schema to drizzleSchema (nested self)
How to do that?
1 replies
using same query for entries app
How to use same query for many components?
I don't want to request api for many times ;-;
I can't passing by props because I have
Header
component that wrapper in Layout
component
and I want to use query in Header component too
If i'm do this
It's will need to run query 2 times7 replies
Pagination Query
Hi, I'm new for web dev and I'm moved to tRPC not so long
I'm looking for example of pagination query like blitzjs (input: page, limit and sort)
https://blitzjs.com/docs/use-paginated-query#arguments
does anyone have it?
1 replies