An open API service indexing awesome lists of open source software.

https://github.com/yt3trees/execsql

Right click on the .sql file -> "Send" -> ExecSQL.exe -> Execute the query
https://github.com/yt3trees/execsql

python sql

Last synced: about 1 year ago
JSON representation

Right click on the .sql file -> "Send" -> ExecSQL.exe -> Execute the query

Awesome Lists containing this project

README

          

![widget.png](./image/widget.png)

# ExecSQL

ExecSQLはsqlファイルを少ないプロセスで実行することができるツールです。

## Description

`.sql`ファイルを選択・右クリックし、コンテキストメニューの"送る"から`ExecSQL.exe`を実行することでそのSQLファイルのクエリを実行することができます。

SQLServerに対応しています。

`build.cmd`を実行することで`app`フォルダにexeが生成されます。

demo

![ExecSQL](https://user-images.githubusercontent.com/57471763/151695862-161cad0a-4afb-41cb-97d5-d5286c6eb0c3.gif)


## Features

- 右クリックコンテキストメニューからSQLファイルを実行
- 複数ファイル同時実行可
- 実行した.sqlがSELECT句の場合は抽出結果を表示
- SELECT結果をCSV出力

## Usage

1. .sqlファイルを選択して右クリック
2. `送る`からExcelSQLを実行
3. メニューにSQLServerの接続情報を入力(接続先サーバは5件まで履歴を保持)
4. `Run`ボタンを押下してSQLを実行
5. (SELECT句の場合)`Show Results`を押下することで抽出結果を表示

## Author

[@yt3trees](https://twitter.com/yt3trees)

## License

[MIT](https://github.com/yt3trees/ExecSQL/blob/master/LICENSE)