Skip to content

Pass args to .mysqlConnect #9

@phil294

Description

@phil294

It would be nice to be able to pass host, username etc. directly with the mysql-scratchpad.mysqlConnect command.

In keybindings.json, this could look like the following:

	{
		"key": "...",
		"command": "mysql-scratchpad.mysqlConnect",
		"args": {
			"host": "123.456.678.123",
			"user": "user",
			"password": "pass",
			"port": "123",
			"database": "db"
		}
	}

While #4 suggests a graphical implementation, this small change would allow the user to automate the connection.
Thanks for this awesome extension.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions