Documentation request: Please make the use of connection string more beginner friendly
schlichtanders opened this issue · 0 comments
schlichtanders commented
I want to try ODBC.jl to connect to a PostgreSQL running in AWS RDS, but the docs only state to take a look at
https://www.connectionstrings.com/postgresql/
That hasn't helped, especially because:
- ODBC.Connection gives no real example of using connection string to setup connection
- ODBC.Connection has extra arguments user and password, which are also part of the connectionsstring examples on https://www.connectionstrings.com/postgresql/
- the connection string examples seem to be specific to a given driver, however I only want to try things using the default driver (which does not pop up in that list), hence I feel lost.
It would be great if the documentation could help people like me who just like to get a little example running using the default unix driver