We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For my scenarios it would be helpful if dolt knew which databases are on a computer!
something like dolt discover listing all available databases (or recently used)
The text was updated successfully, but these errors were encountered:
I want this because I want to make the process of opening a dolt database easy from a COTS Applicaiton (Sparx Systems Enterprise Architect).
I need to locate the database and run the dolt sqlserver interface for a specific database.
An alternative would be if the SQL Interface can be started and only then via connection string (e.g. full path) attached to a dolt database.
Sorry, something went wrong.
Interesting idea. I'm not sure how we would implement it but let us discuss internally.
There's two things possible:
.dolt
@timsehn probably you would have to keep a list of all previously used databases on a machine somewhere
That's another option, we could stick the list in the users ~/.dolt configuration.
~/.dolt
No branches or pull requests
For my scenarios it would be helpful if dolt knew which databases are on a computer!
something like dolt discover listing all available databases (or recently used)
The text was updated successfully, but these errors were encountered: