Live data from Hacker News

Show HN: Node.js ORM to query SQL database through an array-like API

github.com

11–20 of 108 posts

Re: Show HN: Node.js ORM to query SQL database through an array-like API

#19
I love your syntax for joins and unions!

A bit puzzled by why the connector slots into the query, instead of the query slotting into the connector, given that it’s the connector that’s actually doing the work. I.e. ‘connector.fetch(query)‘ … rather than… ‘query.fetch(connector)‘

Post reply on HN