fun fact: loading the notification page runs around 250 SQL queries
@privateger ORMs are a godsend when used and implemented well,,,,
@etwas @privateger yeah ans neither typeorm nor misskey is that
@etwas I have never seen either of these actually being the case 
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
@etwas I nowadays use Prisma, but don’t like that much either, I dunno
@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
@privateger also, I love how everyone came around with a different ORM to mention 
@privateger @etwas The cool kids use Drizzle but I'm not a cool kid so idk if it's good.
@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)