Y
Hacker News
new
|
ask
|
show
|
jobs
by
NDizzle
4111 days ago
I like how SQL is becoming cool again.
2 comments
ngoel36
4110 days ago
Did it ever really go out of style?
link
gdulli
4110 days ago
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.
link
agopaul
4110 days ago
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
link