Conversation

fun fact: loading the notification page runs around 250 SQL queries

1
0
1
@privateger now you have to not only know sql but also exactly how to finesse your orm into producing sane queries!
0
0
0

@privateger ORMs are a godsend when used and implemented well,,,,

2
0
0

@etwas @privateger yeah ans neither typeorm nor misskey is that

0
0
0

@etwas I have never seen either of these actually being the case neocat_googly_woozy
They all seem to produce dogshit queries that eventually result in me needing to write raw SQL anyway, which I then need to finagle into the ORM again

2
0
0

@etwas I nowadays use Prisma, but don’t like that much either, I dunno

1
0
0

@privateger it’s pretty rare; I like .NET’s entity framework, but it’s been a while since I last touched that, so opinions on that might change if I do that again

1
0
0

@privateger also, I love how everyone came around with a different ORM to mention kirbyowo

0
0
1

@privateger @etwas The cool kids use Drizzle but I'm not a cool kid so idk if it's good.

1
0
0

@niklaskorz @etwas
Been there, was great until it started to hard crash running my migrations and I never managed to figure out why (+ no maintainer ever responded to me)

0
0
0