Seriously. I've used Prisma for years but in the interest of giving different libraries a shot, I opted for Drizzle for my latest project.
The types are weird. It feels more like a table-relational mapping than an object-relational mapping.
If you really want granular control over your database but don't want to write SQL, then fine. Apart from that and being lighter, I've yet to find a good reason to use it over Prisma.
Can anyone convince me otherwise?