Add the ability to manage JDBC Connections
Currently if you make any change to your JDBC connection including parameters or database name it creates a new connection. There is not way to know which is which until you open it. There is no way to delete a connection if you do not want it. I would like to see the ability to manage the JDBC connections added so they can be name, edited (without making another connection) and deleted.
-
Hello George,
Using the REST API you can update the data connection strings directly.
Returns a list of all your connections:
GET http://localhost:8081/api/v1/connection
Updates a connection:
PATCH http://localhost:8081/api/v1/connection/{id}
Please sign in to leave a comment.
Comments
1 comment