Hacker News new | ask | show | jobs
by coltafever 6019 days ago
Sounds like active record.
1 comments

The difference is that it's schema-less on the backend. It's using MySQL to store JSON (I assume), so schema changes happen at the code level, not at the database level. Like a NoSQL approach that uses MySQL as the backend.
Yes, it's the converse.