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

JDBC PostgreSQL #27

Open
shizacat opened this issue Jan 13, 2021 · 0 comments
Open

JDBC PostgreSQL #27

shizacat opened this issue Jan 13, 2021 · 0 comments

Comments

@shizacat
Copy link

Can you tell, as to add JDBC driver for Postgresql.
https://jdbc.postgresql.org/download.html
I want use external db server.
it is my config:

database:
    # the name of the JDBC driver, mysql in our case
    driverClass: org.postgresql.Driver
    # the username
    user: dataturks
    # the password
    password: dataturks
    # the JDBC URL; the database is called DWGettingStarted
    url: jdbc:postgresql://psql.server.local:5432/dataturks
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