# lazysql を Homebrew, MacPorts, Nix, scoop でインストール

lazysql のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:lazysql
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install lazysql
```

  証拠: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install lazysql
```

  証拠: MacPorts ports tree: databases/lazysql/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#lazysql
```

  証拠: nixpkgs package indexes: pkgs/by-name/la/lazysql/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

### Windows

- Scoop (92%):

```sh
scoop install extras/lazysql
```

  証拠: Scoop official bucket manifest trees: bucket/lazysql.json from https://api.github.com/repos/ScoopInstaller/Extras/git/trees/master?recursive=1

## パッケージ情報

- **パッケージキー:** brew:lazysql
- **パッケージマネージャ:** Homebrew
- **バージョン:** 0.5.5
- **ソース概要:** Cross-platform TUI database management tool
- **ホームページ:** <https://github.com/jorgerojas26/lazysql>
- **リポジトリ:** <https://github.com/jorgerojas26/lazysql>
- **最終更新:** 2026-07-26T13:40:59+02:00
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- lazysql (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 0.5.5
## プロジェクトの歴史と使われ方

lazysql is a cross-platform Go TUI for managing SQL database connections from the terminal.

### プロジェクトの歴史

The GitHub repository was created on 2023-05-29. The README says the author wanted a LazyGit-like interface for SQL, did not find one that fit his needs, and built lazysql as a first open source and first Go project.

### 採用の歴史

The README documents installation through Homebrew, Go, GitHub binary releases, and Arch AUR packaging. GitHub metadata reported 4,033 stars by 2026-06-29.

### 使われ方

lazysql stores connection definitions in TOML config files and supports project-local `.lazysql.toml` overrides. Its README shows Postgres connection examples, read-only connection mode, an SQL editor, tabs, Vim keybindings, and multiple database connections.

### パッケージ好きにとっての重要性

lazysql is part of the wave of Go terminal applications that translate GUI database workflows into package-manager-friendly single binaries, especially appealing to users who prefer staying inside a terminal.

### タイムライン

- 2023-05-29: GitHub repository created.
- 2026-05-25: Release v0.5.1 published.
- 2026-06-29: Release v0.5.5 published.

### Related projects

- The README names LazyGit as the main inspiration and documents Go and tview as implementation technologies.

### ソース

- <https://api.github.com/repos/jorgerojas26/lazysql>
- <https://github.com/jorgerojas26/lazysql>
- <https://github.com/jorgerojas26/lazysql/releases>


## セキュリティノート

lazysql に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、Nucleus パッケージメタデータはここに公開されています。



## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Configuration files

- Linux: ~/.config/lazysql/config.toml, $XDG_CONFIG_HOME/lazysql/config.toml, .lazysql.toml in a project directory
- macOS: ~/Library/Application Support/lazysql/config.toml, $XDG_CONFIG_HOME/lazysql/config.toml, .lazysql.toml in a project directory
- Windows: %APPDATA%\lazysql\config.toml, .lazysql.toml in a project directory

## Credential files

- Linux: ~/.config/lazysql/config.toml, $XDG_CONFIG_HOME/lazysql/config.toml, .lazysql.toml in a project directory
- macOS: ~/Library/Application Support/lazysql/config.toml, $XDG_CONFIG_HOME/lazysql/config.toml, .lazysql.toml in a project directory
- Windows: %APPDATA%\lazysql\config.toml, .lazysql.toml in a project directory
## 他のパッケージマネージャ記録

- Nix - lazysql: normalized package name match | nixpkgs package indexes: pkgs/by-name/la/lazysql/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- MacPorts - lazysql: normalized package name match | MacPorts ports tree: databases/lazysql/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Scoop - extras/lazysql: normalized package name match | Scoop official bucket manifest trees: bucket/lazysql.json from https://api.github.com/repos/ScoopInstaller/Extras/git/trees/master?recursive=1


## Combined YAML source

View the package source record on GitHub. [combined/lazysql.yml](https://github.com/mxcl/pkgdb/blob/main/combined/lazysql.yml)


## ソース

- pkg.so package database
- Geiger risk classifier
- curated configuration and credential file locations
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
