7.1. What is Cypher? - - The Neo4j Manual v2.1.4

The Neo4j Manual v2.1.4 7.1. What is Cypher? Contents Prev Up Next Introduction Structure Cypher is a declarative graph query language that allows for expressive and efficient querying and updating of the graph store. Cypher is a relatively simple but still very powerful language. Very complicated database queries can easily be expressed through Cypher. This allows you to focus on your domain instead of getting lost in database access. Cypher is designed to be a humane query language, suitable for both developers and (importantly, we think) operations professionals. Our guiding goal is to make the simple things easy, and the complex things possible. Its constructs are based on English prose and neat iconography which helps to make queries more self-explanatory. We have tried to optimize the language for reading and not for writing. Being a declarative language, Cypher focuses on t...

Linked on 2014-09-27 01:06:32 | Similar Links