Neo4S is an Neo ORM for Scala it uses the AnormCypher ibrary
Use Example:
resolvers ++= Seq(
"Sonatype OSS Snapshots" at "https://oss.sonatype.org/content/repositories/snapshots"
)
libraryDependencies ++= {
Seq(
"com.kreattiewe" %% "neo4s" % "1.4.0"
)
}
Checkout how to use it on the tests directory here
#Version
- One label per node
- Added utilities to create and drop indexes
- Fixed execution context in the DAO and Query methods
- Added Mapper companion object to create Mapper[T] here
- Simplified types for the Main classes NodeDAO, RelDAO, NeoQuery
- Check how to define the models and the DAOs here
- Dependency changes
- Improved support for optional values
- Added support for Optional values
- Changes in setting parameters for updating nodes and rels
- CRUD For Nodes
- CRUD For Relationships