keymaker icon indicating copy to clipboard operation
keymaker copied to clipboard

Add cypher batch capability

Open benitoDeLaCasita opened this issue 10 years ago • 1 comments

Add an execute_cypher_batch method in service that takes an array of cypher queries. A query can be a string or a hash for parameters ( exemple: {query: 'MATCH (n { property: {property} }) RETURN n', :params => { property: 3 }} ).

benitoDeLaCasita avatar Jul 04 '14 12:07 benitoDeLaCasita

Hello @benitoDeLaCasita, thanks for the PR. Do you mind looking into the failures on Travis CI? https://travis-ci.org/therubymug/keymaker/builds/29139357

therubymug avatar Jul 08 '14 17:07 therubymug