Y
Hacker News
new
|
ask
|
show
|
jobs
by
coltafever
6019 days ago
Sounds like active record.
1 comments
ivey
6019 days ago
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.
link
jasonwatkinspdx
6019 days ago
Yes, it's the converse.
link