Post #2369014
2026-05-10 21:07 UTC
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.
Replies (1)
-
@HK65@sopuli.xyz 2026-05-13 16:11
Are not all ORMs like that? I only used ActiveRecord before fucking off from backend 10 years ago