neoxygen / neo4j-neoclient

Simple PHP HttpClient for the Neo4j ReST API with Multi DB Support
MIT License
121 stars 138 forks source link

Exporting feature #71

Closed jmurphy45 closed 8 years ago

jmurphy45 commented 8 years ago

The ability to export out to different formats for different applications.

ikwattro commented 8 years ago

Well this is a driver, I don't think a generic export format should be part of this library. You can easily create your own based on the Result object.