Skip to content

Support native Cypher queries #10

@andyjefferson

Description

@andyjefferson

Allow the user to do

pm.newQuery("cypher", "MATCH (m:Movie {title:"The Matrix"})<-[:ACTS_IN]-(actor) WHERE actor.name =~ '.*s$' RETURN actor.name ;");

or

em.createNativeQuery("MATCH (m:Movie {title:"The Matrix"})<-[:ACTS_IN]-(actor) WHERE actor.name =~ '.*s$' RETURN actor.name ;");

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions