CodyIT@programming.dev to Programmer Humor@programming.devEnglish · 3 days agoDebugging in a nutshellprogramming.devimagemessage-square27linkfedilinkarrow-up1689
arrow-up1689imageDebugging in a nutshellprogramming.devCodyIT@programming.dev to Programmer Humor@programming.devEnglish · 3 days agomessage-square27linkfedilink
minus-squarebitfucker@programming.devlinkfedilinkarrow-up4·2 days agoI only need ORM to have the flexibility of DSL table modeling for repeated fields. Think, createdAt, updatedAt, id (and the PK that comes with it), etc. After the migrations are written, I prefer to use a query builder
I only need ORM to have the flexibility of DSL table modeling for repeated fields. Think, createdAt, updatedAt, id (and the PK that comes with it), etc. After the migrations are written, I prefer to use a query builder