Mr.Propre
Explore posts from serversNuxt UI Icons
Can please someone explain to me how to use Nuxt UI Icons ???
The documentation says :
Use the name prop by following this pattern: i-{collection_name}-{icon_name}
. But for some reason is doesn't work for me.
This is what im attempting to do:
And this is the icon i want to use: https://icones.js.org/collection/cib?s=face6 replies
DTDrizzle Team
•Created by Mr.Propre on 11/30/2023 in #help
relation select query with where condition
I want to select all user's tasks where parent id is null.
Can someone help me fix this query please:
these are the tables in question :
20 replies
DTDrizzle Team
•Created by Mr.Propre on 11/23/2023 in #help
Drizzle error instance
Is there a Drizzle error type that i can use for my Fastify global error handler ??
What im looking for is maybe something like the prisma error type
Prisma.PrismaClientKnownRequestError
, And what i want is to identify the drizzle error so i can handle them properly.
this is how my global error handler looks :
If there is a better way to handler db errors that i can use please tell me5 replies