Skip to content

kwalter94/vscode-sqlrunner

Repository files navigation

sqlrunner README

Run SQL queries directly from VS Code.

Features

  • Querying on MySQL/MariaDB databases
  • Querying on Postgres databases

Requirements

TODO

Installation

Grab a release from the releases page and install it as follows:

    code --install-extension sqlrunner-x.x.x.vsix

Known Issues

  • URLs with formats different from dbms://username:password@host:port/database are not supported.

Release Notes

Please refer to the Changelog