Skip to content

fxbois/cypher-mode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 

Repository files navigation

cypher-mode

Emacs major mode for editing cypher scripts (Neo4j)

Sample cypher statement

START me=node:node_auto_index(name="Me") 
FOREACH (i in range(1,10) : 
CREATE (friend {name: "Friend "+i}), (me)-[:FRIEND]->(friend));

About

Emacs major mode for editing cypher scripts (Neo4j)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages