CodyIT@programming.dev to Programmer Humor@programming.devEnglish · 1 month agoDebugging in a nutshellprogramming.devimagemessage-square27linkfedilinkarrow-up1711arrow-down13
arrow-up1708arrow-down1imageDebugging in a nutshellprogramming.devCodyIT@programming.dev to Programmer Humor@programming.devEnglish · 1 month agomessage-square27linkfedilink
minus-squarebitfucker@programming.devlinkfedilinkarrow-up4·30 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