formulahendry/vscode-code-runner

Support for sql (mysql)

Open

#86 opened on Feb 28, 2017

 (3 comments) (0 reactions) (0 assignees)TypeScript (343 forks)github user discovery
enhancementhelp wanted

Repository metrics

Stars
 (2,408 stars)
PR merge metrics
 (PR metrics pending)

Description

"code-runner.executorMap":{ "sql":"mysql -uroot -pyour_password -Ddatabase < " },

Make sure the mysql PATH is set in the environment variable. or specify the mysql PATH in code-runner.executorMap.

Contributor guide