formulahendry/vscode-code-runner

Support for sql (mysql)

Offen

#86 geöffnet am 28.02.2017

 (3 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)TypeScript (343 Forks)github user discovery
enhancementhelp wanted

Repository-Metriken

Stars
 (2.408 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

"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