Hacker News new | ask | show | jobs
by mattdw 3650 days ago
Really? connection.exec_, .map, .build – there's a lot more non-SQL going on in the second example than the first. The first may be syntactically far from SQL, but the use of familiar vocabulary makes it pretty understandable from a SQL point-of-view.
1 comments

And what are the connection and allocation semantics of the first? (Yes, the second way is more explicit.)