age icon indicating copy to clipboard operation
age copied to clipboard

Added MATCH Clause Implementation to AGE CLI

Open JawadAliAbbasi opened this issue 2 years ago • 0 comments

INSTRUCTIONS

Use PostgreSQL 15 to run AGE CLI. Create a new directory and clone this repo in it. Open a terminal with this directory. Run the following commands: -> cd age. -> export PATH="/bin:$PATH" -> export PGDATA="path to postgresql15>/bin" -> export USE_PGXS=TRUE -> flex -b -Cfe -p -p -o ‘cypher.c’ cypher.l -> bison -d cypher.y ->make

Start Postgres Server and create a database.)

From the terminal in 'age' directory, Start AGECLI using

./agesql demo

where demo is the db name.

EXAMPLE QUERY

Screenshot 2023-05-14 at 10 38 30 PM

(Remember to hit a backslash '' followed by 'Return' Key before writing queries.)

JawadAliAbbasi avatar May 14 '23 19:05 JawadAliAbbasi