DEV Community

Discussion on: Can I use MySQL with Node.js?

Collapse
 
codefinity profile image
Manav Misra

Nice follow up would be NoSQL vs. SQL use cases.
NoSQL is simpler to setup and it's super fast for reads and most common things.
Also, recent improvements to MongoDB alleviate at least some concerns regarding ACID compliance.
So, what are use cases for MySQL?