Database URL is not recognized? Follow
Answered
As a user of non-free software, I'm a little puzzled why all free alternatives can easily grab a database URL and connect to it right away,
dialect+driver://username:password@host:port/database
... and DataGrip can neither export nor understand it... Is there a reason for that? is there a plan to fix it? Or am I just not doing the right thing?
Please sign in to leave a comment.
Vitya,
We have no functionality like that. The only supported action is `Data Source from URL`, read more about it in DataGrip documentation.
vasily chernov
You do realize that if someone drops "you" and me a link, say a log stack in mySQL, in about a second I will be connected to db (e.g. Postico) and in a minute I will be looking at the result, while "you" will still be entering details for the database connection. ("you' in quotes doesn't represent anybody in particular)
I am still wondering if there is any plan to make a simple URL parser?
Do you mean this specific one for not supported db engines
?
It's more common to work with JDBC URL.