Hacker News new | ask | show | jobs
by NDizzle 4111 days ago
I like how SQL is becoming cool again.
2 comments

Did it ever really go out of style?
Not for me. I've used ORMs for the simplest of CRUD operations from web apps but couldn't imagine ever working without SQL for everything else.
To be fair, when it comes to data consistency especially on structured dbs in high load environments, all-SQL solutions are usually better than, say, client side scripts wrapped in transactions