irelephant [he/him]@lemmy.dbzer0.com to Programmer Humor@programming.dev · 1 month ago: (lemmy.dbzer0.comimagemessage-square33fedilinkarrow-up1304arrow-down13
arrow-up1301arrow-down1image: (lemmy.dbzer0.comirelephant [he/him]@lemmy.dbzer0.com to Programmer Humor@programming.dev · 1 month agomessage-square33fedilink
minus-squarenilloc@discuss.tchncs.delinkfedilinkEnglisharrow-up7·1 month 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-21 month 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