Hacker News new | ask | show | jobs
by 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.
1 comments

Yes, it's the converse.