reactiveneo icon indicating copy to clipboard operation
reactiveneo copied to clipboard

[DISCONTINUED] Reactive type-safe Scala driver for Neo4J

Results 3 reactiveneo issues
Sort by recently updated
recently updated
newest added

Any chance this will be updated to the latest version of scala? With the following SBT config: ```scala name := "Test" version := "0.0.1" scalaVersion := "2.12.3" resolvers += Resolver.sonatypeRepo("releases")...

I try to use Reactiveneo like this referred in README.md: ``` (TestNode( _.name := "Tom" ) :->: TestRelationship() : t1} ``` but there is a compile error in **returns** method:...

Hi, I just stumbled upon your project. We're building something similar: https://github.com/renesca/renesca https://github.com/renesca/renesca-magic We made lots of progress with - graph change tracking and query reduction (renesca) - data modeling...