# Installer sqlpage avec Homebrew, Nix, scoop

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

## installation

```sh
sudo av install brew:sqlpage
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install sqlpage
```

  Preuve: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#sqlpage
```

  Preuve: nixpkgs package indexes: pkgs/by-name/sq/sqlpage/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

### Windows

- Scoop (92%):

```sh
scoop install main/sqlpage
```

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

## Faits du paquet

- **Clé du paquet:** brew:sqlpage
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/sqlpage>
- **Version:** 0.45.0
- **Résumé source:** Web app builder using SQL queries to create dynamic webapps quickly
- **Page d'accueil:** <https://sql-page.com/>
- **Dépôt:** <https://github.com/sqlpage/SQLpage>
- **Docs amont:** <https://sql-page.com/>
- **Licence:** MIT
- **Archive source:** <https://github.com/sqlpage/SQLpage/archive/refs/tags/v0.45.0.tar.gz>
- **Dernière mise à jour:** 2026-07-21T21:29:58Z
- **Généré:** 2026-08-04T22:13:35+00:00

## exécutables

- sqlpage (cli)
- sqlpage (alias)

## Dépendances

- unixodbc

## Dépendances de compilation

- rust

## Comportement d'installation

- hook post-installation: non défini
- Bouteille: disponible sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Version et fraîcheur

- page générée: 2026-08-04
- version du gestionnaire: 0.45.0
- gestionnaire mis à jour: 2026-07-21
- données locales: OK
- dépôt amont: https://github.com/sqlpage/SQLpage
- dernière version détectée: v0.45.0 (à jour)
## Historique du projet et usages

SQLPage is an open-source server and CLI-centered tool for building database-backed web applications from SQL files and queries.

### Historique du projet

Official project metadata and the SQLPage repository place public development in the early 2020s. The official site describes SQLPage as a way to build interactive websites and apps with only SQL queries, and the repository contains the SQL source for the official website and documentation.

The official changelog shows rapid 2023 iteration, including version 0.7.2 in July 2023, version 0.9.0 adding JSON API output, version 0.10.0 changing SQL parsing to use the target database dialect, version 0.12.0 adding SQLPage variables, and later releases refining forms, maps, configuration, authentication, and deployment behavior.

### Historique d'adoption

SQLPage's official README and website position it as a lightweight alternative to dashboards and conventional web frameworks for data-centric applications. The supplied package-manager facts show distribution through Homebrew, Nix, and Scoop, which makes the single executable easy to install on developer machines.

### Modes d'utilisation

Users write .sql files that return SQLPage components, run the sqlpage command, and configure database and server settings through sqlpage.json, command-line options, environment variables, or deployment defaults. The official documentation is organized around components, functions, examples, and configuration.

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

Package nerds care about SQLPage because it packages an unusually small web-application stack into a CLI: database driver, SQL execution, UI components, and static assets. That makes demos, internal tools, and database browsers installable with a package-manager command instead of a language-specific scaffold.

### Chronologie

- 2022: GitHub repository metadata reports public repository creation.
- 2023: Version 0.7.2 documented authentication and redirect components.
- 2023: Version 0.9.0 added JSON API generation from SQL.
- 2023: Version 0.10.0 switched SQL parsing to the database dialect.
- 2023: Version 0.12.0 added SQLPage variables.

### Related projects

- The changelog and examples connect SQLPage to SQLite, PostgreSQL, MySQL, Microsoft SQL Server, SQLx, Tabler UI assets, and SQL parser dependencies.

### Sources

- <https://github.com/sqlpage/SQLPage>
- <https://github.com/sqlpage/SQLPage/blob/main/CHANGELOG.md>
- <https://sql-page.com/>
- <https://sql-page.com/documentation.sql>
- source_facts.package-manager


## Notes de sécurité

broad file, network, media, or database tool signal.

- **Risque Geiger:** blue / moyen
- broad file, network, media, or database tool signal


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

- Unix: sqlpage/sqlpage.json, /etc/sqlpage/sqlpage.json

## Credential files

- Unix: sqlpage/sqlpage.json, /etc/sqlpage/sqlpage.json
## Détails de la base source

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** sqlpage
- **Version Scheme:** 0
- **Revision:** 0
- **Head Version:** HEAD
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** head, stable

## Autres enregistrements de gestionnaires de paquets

- Nix - sqlpage: normalized package name match | nixpkgs package indexes: pkgs/by-name/sq/sqlpage/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Scoop - main/sqlpage: normalized package name match | Scoop official bucket manifest trees: bucket/sqlpage.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1


## Liens liés

- [Secret-risk packages](https://pkg.so/fr/secret-risk-packages/) - Has protected-tool coverage, approval-gate, or non-low Geiger security signals.
- [Terminal utility packages](https://pkg.so/fr/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/fr/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://pkg.so/fr/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [unixodbc](https://pkg.so/fr/brew/unixodbc/) - Runtime dependency declared by Homebrew.
- [rust](https://pkg.so/fr/brew/rust/) - Build dependency declared by Homebrew.
- [snowflake-cli](https://pkg.so/fr/brew/snowflake-cli/) - Shares pkgdb curated category or tags: cli, database, developer-tools, sql.
- [sqlc](https://pkg.so/fr/brew/sqlc/) - Shares pkgdb curated category or tags: cli, database, developer-tools, sql.
- [sqlx-cli](https://pkg.so/fr/brew/sqlx-cli/) - Shares pkgdb curated category or tags: cli, database, developer-tools, sql.
- [sqldiff](https://pkg.so/fr/brew/sqldiff/) - Shares pkgdb curated category or tags: cli, database, developer-tools, sql.
- [sql-lint](https://pkg.so/fr/brew/sql-lint/) - Shares pkgdb curated category or tags: cli, database, developer-tools, sql.
- [jet](https://pkg.so/fr/brew/jet/) - Shares pkgdb curated category or tags: cli, database, developer-tools, sql.
- [sqlboiler](https://pkg.so/fr/brew/sqlboiler/) - Shares pkgdb curated category or tags: cli, database, developer-tools, sql.
- [libpq](https://pkg.so/fr/brew/libpq/) - Shares pkgdb curated category or tags: cli, database, developer-tools.
- [harlequin](https://pkg.so/fr/brew/harlequin/) - Local metadata places this package in an adjacent workflow. Shared terms: cli, database, developer, developer-tools, sql.

## Combined YAML source

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


## Sources

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