Hello everyone,

*Release 0.4.0 of JCypher (a 'Native Java DSL' for Cypher) is available.*
Please have a look at: 
https://github.com/Wolfgang-Schuetzelhofer/jcypher/wiki.
>From there you are linked to the code.

New in this release: Access to Neo4j databases (finally the JCypher queries 
we have constructed so far can be executed against a graph database).
You can access Neo4j databases in a uniform way, no matter if you access a 
remote database, an embedded database, or an in-memory database.

Feature overview:
- Fluent API to formulate JCypher expressions. 
- Mapper from JCypher to Cypher. 
- Mapper to JSON. 
- Access to Neo4j databases.

The upcoming Release 1.0.0 will have added a result model and API to easily 
and comfortably operate on query results.
Additionally, JCypher will be partitioned into three projects. A JCypher 
main project and two sub-projects. The two sub-projects will contain 
classes and dependencies for accessing remote databases on the one hand and 
for accessing embedded and in-memory databases on the other hand. This will 
enable to import only those classes and dependencies which are needed for a 
specific type of database access.


Best regards,
Wolfgang Schuetzelhofer

-- 
You received this message because you are subscribed to the Google Groups 
"Neo4j" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to neo4j+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to