1.0.0 • Published 8 years ago

arabic-cypher v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

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