4 ms·
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. Ma
by itaborai83 14y 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.
- DennisP 14y agoBeing able to parameterize table and column names in queries would be a big help.
- itaborai83 14y agoIt could have a sharding aware data definition language and some support for "on-the-fly" data migrations.
- scott_s 14y agoCheck out Microsoft's LINQ: http://msdn.microsoft.com/en-us/library/bb397906.aspx http://msdn.microsoft.com/en-us/library/bb397906.aspx
- j-kidd 14y agoWell, SQLAlchemy is designed just for that. In the words of the author: > Like "power steering" for SQL. Doesn't teach you how to drive!