Can we make the ascii art more readable?

From:
lucy-[:ACTS_IN]->movie

What are some options:
lucy[:ACTS_IN]->movie # lose the second "-" by attaching the relationship to
a node
lucy[:ACTS_IN]movie  # instead of ---
lucy[:ACTS_IN]->movie #instead of --> 
lucy[:ACTS_IN]=>movie #instead of -->, using = instead of - 
lucy<-[:ACTS_IN]movie # instead of <--
lucy<=[:ACTS_IN]movie # instead of <--

lucy[:ACTS_IN]-movie  # just use one character
lucy[:ACTS_IN]=movie # instead of --> 

The existing syntax is not horrible, but can we do better?

--
View this message in context: 
http://neo4j-community-discussions.438527.n3.nabble.com/Neo4j-Cypher-Pickle-tp3480817p3481174.html
Sent from the Neo4j Community Discussions mailing list archive at Nabble.com.
_______________________________________________
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to