Hacker News new | ask | show | jobs
by itaborai83 5147 days ago
You made me think about something. A CoffeeScript like approach to build a saner language that would sit atop SQL would be something definitely worth having. Maybe this could be the start of the "OnSQL" movement. Just my thoughts.
3 comments

Well, SQLAlchemy is designed just for that. In the words of the author:

> Like "power steering" for SQL. Doesn't teach you how to drive!

Being able to parameterize table and column names in queries would be a big help.
It could have a sharding aware data definition language and some support for "on-the-fly" data migrations.