Elektrine lite

← Feed

@0x4d6165@transfem.social

Post #2383414

2026-05-08 00:27 UTC

where are y'all on the ORM/query builder/raw SQL debate? seems very polarizing

Replies (2)

  • @jackie@deadinsi.de 2026-05-08 01:17

    @0x4d6165@transfem.social every time i've used an ORM i've also had to extend it with SQL

    Open ##2439459

  • @starfruit@transfem.social 2026-05-08 01:02

    @0x4d6165@transfem.social ORM heavily preferred, raw SQL otherwise. ORMs make the db stuff mesh nicely with everything else, and lets my brain stay in the same "mode" while writing code, instead of having to switch back and forth, if that makes sense. Sometimes for quick and dirty stuff or complex queries there's no beating raw SQL. I don't really get much out of query builders tbh.

    Open ##2439460