Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation request: Please make the use of connection string more beginner friendly #367

Open
schlichtanders opened this issue May 2, 2023 · 0 comments

Comments

@schlichtanders
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant