JawadAliAbbasi opened a new pull request, #924:
URL: https://github.com/apache/age/pull/924

   **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="<path to postgresql15>/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](https://github.com/apache/age/assets/115220062/89a5c6ea-6258-4f7d-95d6-c186cbbff836)
   
   
   (Remember to hit a backslash '\' followed by 'Return' Key before writing 
queries.
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to