Munmud opened a new issue, #812:
URL: https://github.com/apache/age/issues/812

   Changing source code for connection string is not user friendly, For making 
connection string, passing optional args like database name, username, 
password, host, port, graph name will be better when compailing in that case.
   
   For example :
   ```cmd
   python test_age_py.py \
   -host "127.0.0.1" \
   -db "postgres" \
   -u "postgres" \
   -pass "agens" \
   -port 5432 \
   -gn "test_graph"
   ```
   


-- 
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