Content
@
0 reply
0 recast
0 reaction
Thomas Humphreys
@so
Prisma and I have broken up. 1) It can't handle complex queries 2) Most issues have been flagged by the team, but unresolved for years 3) The team prioritizes feature releases over fixes Any other ORMs I should look at?
6 replies
0 recast
5 reactions
Zinger ↑
@zinger
Drizzle is probably the best option although I think @matthew is a Kysely fan, might be worth a look as well Drizzle seems to be the community favorite at this point + their team ships very fast
2 replies
0 recast
3 reactions
Matthew
@matthew
going to check out drizzle! I have kysely running with neynar hosted db, but I'm not that good at sql so it's tough to write complex queries. and yeah prisma is not great for this and "relations" in prisma aren't nearly as powerful as a sql wrapper like kysely
0 reply
0 recast
2 reactions
Thomas Humphreys
@so
Kysely looks nice – lightweight is definitely a bonus! Have you used Knex.js much?
1 reply
0 recast
1 reaction