cypher-query-builder icon indicating copy to clipboard operation
cypher-query-builder copied to clipboard

Improve transformer

Open jamesfer opened this issue 4 years ago • 0 comments

Makes some long needed updates to the transformer setup:

  • [x] Change transformer class into a function to make it more flexible.
  • [ ] Add the transformer as a parameter on the connection to allow customisation.
  • [ ] Add the option to make the transformer more transparent (return all Neo4j objects unmodified) - fixes #122
  • [ ] Change the return type of query methods to match the return type of the transformer - should fix #119

jamesfer avatar Mar 09 '20 07:03 jamesfer