Forgot your password?

typodupeerror

Comment: What gets me about SQL databases (Score 1) 194

by LukeWebber (#36942680) Attached to: Unified NoSQL Query Language Launched

I hate updating data using SQL. The need to have both INSERT and UPDATE statements, with their very different syntaxes, is a considerable drag on my time. I've worked with non-SQL DBMSs in the past, and it can be so very much easier.
Don't get me wrong, there's a lot I like about SQL, but my ideal database would support SQL for queries, but also provide simpler mechanisms for read by key and create/update/delete operations.

Unix: Some say the learning curve is steep, but you only have to climb it once. -- Karl Lehenbauer

Working...