jamesfer / cypher-query-builder

An flexible and intuitive query builder for Neo4j and Cypher.
http://jamesfer.me/cypher-query-builder/index.html
MIT License
105 stars 22 forks source link

Make error handling in query methods more consistent #93

Closed jamesfer closed 4 years ago

jamesfer commented 5 years ago

Connection::run throws non-query errors synchronously, Query::run throws errors via a rejected promise.