[SQLLINE-386] support working with saved connections #397
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
connectionConfig
property!resetconfconnections
!rereadconfconnections
to reset connections loaded from file or use another file!confconnections
!showconfconnections
to read current connection file contentexample of usage
!connect -c con_name
wherecon_name
or!connect -cn con_name
and then con_name will be also used as a nickname.It is still possible to specify properties, the full rule is
the content of connection file is like:
name of connection on a separate line, then connection properties with indentation (number of does not matter but must be same for all properties within connection).
comments are supported only on a separate line and on a connection name line
should fix #386