irelephant [he/him]@lemmy.dbzer0.com to Programmer Humor@programming.dev · 3 months ago: (lemmy.dbzer0.comimagemessage-square32linkfedilinkarrow-up11
arrow-up11image: (lemmy.dbzer0.comirelephant [he/him]@lemmy.dbzer0.com to Programmer Humor@programming.dev · 3 months agomessage-square32linkfedilink
minus-squarenilloc@discuss.tchncs.delinkfedilinkEnglisharrow-up0·3 months 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-up0·3 months 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