# Installer lazysql avec Homebrew, MacPorts, Nix, scoop

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de lazysql pour les workflows d'agents IA.

## installation

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

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install lazysql
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install lazysql
```

  Preuve: 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
```

  Preuve: 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
```

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

## Faits du paquet

- **Clé du paquet:** brew:lazysql
- **Gestionnaire de paquets:** Homebrew
- **Version:** 0.5.5
- **Résumé source:** Cross-platform TUI database management tool
- **Page d'accueil:** <https://github.com/jorgerojas26/lazysql>
- **Dépôt:** <https://github.com/jorgerojas26/lazysql>
- **Dernière mise à jour:** 2026-07-26T13:40:59+02:00
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- lazysql (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 0.5.5
## Historique du projet et usages

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

### Historique du projet

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.

### Historique d'adoption

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

### Modes d'utilisation

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.

### Pourquoi les passionnés de paquets s'y intéressent

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.

### Chronologie

- 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.

### Sources

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


## Notes de sécurité

Aucun manifest local de gestion des secrets correspondant n'a été trouvé pour lazysql. Les métadonnées de paquet Nucleus restent publiées ici afin que la couverture future dispose d'une URL stable.



## 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
## Autres enregistrements de gestionnaires de paquets

- 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)


## Sources

- 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
