arabic-cypher
v1.0.0
Published
Write Neo4j/Cypher queries in Arabic script
Downloads
1
Readme
arabic-cypher
Right-to-left friendly graph database queries
In English:
MATCH (a:Person)
MATCH a -[b:ARTIST_OF]-> (c:Artwork)
RETURN a, b, c
In Arabic:
Usage
standard_cypher_string = arabicCypher(rtl_cypher_string);
Currently supports:
|| Cypher | Arabic ||
|| MATCH | ووو || || RETURN | ععع ||
License
Open source, MIT license