# 使用 Homebrew, Nix, scoop 安装 sqlpage

查看 sqlpage 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

## 安装

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

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install sqlpage
```

  证据: local Homebrew formula metadata

### Linux

- Nix (92%):

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

  证据: 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
```

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

## 软件包事实

- **软件包键:** brew:sqlpage
- **软件包管理器:** Homebrew
- **版本:** 0.45.0
- **来源摘要:** Web app builder using SQL queries to create dynamic webapps quickly
- **主页:** <https://sql-page.com/>
- **仓库:** <https://github.com/sqlpage/SQLpage>
- **最后更新:** 2026-07-21T21:29:58Z
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- sqlpage (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

- 页面生成时间: 2026-08-03
- 管理器版本: 0.45.0
## 项目历史与用法

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

### 项目历史

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.

### 采用历史

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.

### 使用方式

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.

### 为什么软件包爱好者会关心

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.

### 时间线

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

### 来源

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


## 安全说明

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

- **Geiger 风险:** blue / 中
- 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
## 其他软件包管理器记录

- 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


## Combined YAML source

View the package source record on GitHub. [combined/sqlpage.yml](https://github.com/mxcl/pkgdb/blob/main/combined/sqlpage.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
