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

jdbcUrl is missing as replacement for backend and dbtype in config #8

Open
TimoKramer opened this issue Sep 15, 2020 · 0 comments
Open
Assignees
Labels
bug Something isn't working

Comments

@TimoKramer
Copy link
Member

TimoKramer commented Sep 15, 2020

next.jdbc is used under the hood and provides the option to pass a jdbcUrl in the configuration map. It should be possible to configure jdbc with :jdbcUrl in the config-map.

https://cljdoc.org/d/seancorfield/next.jdbc/1.1.588/doc/getting-started#the-db-spec-hash-map

@TimoKramer TimoKramer added the bug Something isn't working label Sep 15, 2020
@TimoKramer TimoKramer self-assigned this Sep 15, 2020
TimoKramer added a commit that referenced this issue Sep 16, 2020
next.jdbc can take urls via :jdbcUrl to configure your connection.
For that to work it was necessary to make dbtype optional as
configuration parameter and add jdbcUrl as optional configuration
parameter. Now it is possible to pass the configuration partially
as url and as key-value-pairs to configure the connection.

- Closes #8
- Updated README
TimoKramer added a commit that referenced this issue Sep 17, 2020
next.jdbc can take urls via :jdbcUrl to configure your connection.
For that to work it was necessary to make dbtype optional as
configuration parameter and add jdbcUrl as optional configuration
parameter. Now it is possible to pass the configuration partially
as url and as key-value-pairs to configure the connection.

- Closes #8
- Updated README
- New CircleCI step for integrationtesting with postgresql and
  mariadb
TimoKramer added a commit that referenced this issue Sep 17, 2020
next.jdbc can take urls via :jdbcUrl to configure your connection.
For that to work it was necessary to make dbtype optional as
configuration parameter and add jdbcUrl as optional configuration
parameter. Now it is possible to pass the configuration partially
as url and as key-value-pairs to configure the connection.

- Closes #8
- Updated README
- New CircleCI step for integrationtesting with postgresql and
  mariadb
TimoKramer added a commit that referenced this issue Sep 17, 2020
next.jdbc can take urls via :jdbcUrl to configure your connection.
For that to work it was necessary to make dbtype optional as
configuration parameter and add jdbcUrl as optional configuration
parameter. Now it is possible to pass the configuration partially
as url and as key-value-pairs to configure the connection.

- Closes #8
- Updated README
- New CircleCI step for integrationtesting with postgresql and
  mariadb
TimoKramer added a commit that referenced this issue Sep 17, 2020
next.jdbc can take urls via :jdbcUrl to configure your connection.
For that to work it was necessary to make dbtype optional as
configuration parameter and add jdbcUrl as optional configuration
parameter. Now it is possible to pass the configuration partially
as url and as key-value-pairs to configure the connection.

- Closes #8
- Updated README
- New CircleCI step for integrationtesting with postgresql and
  mariadb
TimoKramer added a commit that referenced this issue Sep 17, 2020
next.jdbc can take urls via :jdbcUrl to configure your connection.
For that to work it was necessary to make dbtype optional as
configuration parameter and add jdbcUrl as optional configuration
parameter. Now it is possible to pass the configuration partially
as url and as key-value-pairs to configure the connection.

- Closes #8
- Updated README
- New CircleCI step for integrationtesting with postgresql and
  mariadb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant