目次

「ソフトウェア」一覧に戻る

データベースを操作する時に利用するソフト比較




VSCodeの拡張機能

Microsoft の PostgreSQL 拡張機能

MySQL Shell for VS Code

SQLite Viewer

sqliteファイルをクリックするだけで、テーブル一覧とレコード一覧が確認可能
データベースの操作はできない。

SQLite


Multi Database

DBeaver

https://dbeaver.io/

Harlequin

https://harlequin.sh/

3ペイン構成です。
左:データベース、スキーマ、テーブル、カラム
右上:SQLエディタ
右下:クエリ結果

winget install astral-sh.uv
uv tool install "harlequin[mysql]"

harlequin -a mysql "mysql://ユーザー名:パスワード@localhost:3306/データベース名"

lazysql

https://github.com/jorgerojas26/lazysql

SQLit

https://github.com/Maxteabag/sqlit

DBCLI

https://www.dbcli.com/

SQLを書いて詳しく見る


SQLite

DB Browser for SQLite

http://sqlitebrowser.org/

SQLiteman

PupSQLite


MySQL

MySQL Workbench

https://www.mysql.com/jp/products/workbench/


Oracle

SQL Developer

http://www.oracle.com/technetwork/jp/developer-tools/sql-developer/overview/index.html





「ソフトウェア」一覧に戻る