irelephant [he/him]@lemmy.dbzer0.com to Programmer Humor@programming.dev · 4 days ago: (lemmy.dbzer0.comimagemessage-square32fedilinkarrow-up1301arrow-down13
arrow-up1298arrow-down1image: (lemmy.dbzer0.comirelephant [he/him]@lemmy.dbzer0.com to Programmer Humor@programming.dev · 4 days agomessage-square32fedilink
minus-squarenilloc@discuss.tchncs.delinkfedilinkEnglisharrow-up6·3 days agoThat’s what I like about Ruby ORMs. They did all the conversion for you, and you could have SQLite on your dev box, Postgres on the test server and MySQL on the annoying production host that wouldn’t run anything else. This was 18 years ago though.
minus-squareℍ𝕂-𝟞𝟝@sopuli.xyzlinkfedilinkEnglisharrow-up1·edit-216 hours agoAre not all ORMs like that? I only used ActiveRecord before fucking off from backend 10 years ago
That’s what I like about Ruby ORMs. They did all the conversion for you, and you could have SQLite on your dev box, Postgres on the test server and MySQL on the annoying production host that wouldn’t run anything else.
This was 18 years ago though.
Are not all ORMs like that? I only used ActiveRecord before fucking off from backend 10 years ago