Dolt interactive sql-client cli: Support database name for connection #6062
Closed
Description
A minor quality of life suggestion.
ex. dolt sql-client -u root <dbName>
or dolt sql-client -u root <dbName>/<branchName>
for a branch-specific connection
The above work with a normal mysql client, just not the dolt sql-client, requiring an extra use <dbName>
after the connection is made.