Add PostgreSQL 15 database server for development

This commit is contained in:
astrian 2025-08-12 14:02:15 +10:00
parent 217426b5d3
commit 51935209cc
No known key found for this signature in database

View File

@ -211,6 +211,7 @@ install_apps() {
"httpie" # HTTPie Desktop - HTTP 客户端 GUI 应用 "httpie" # HTTPie Desktop - HTTP 客户端 GUI 应用
"posting" # Posting - 现代 API 客户端终端工具 "posting" # Posting - 现代 API 客户端终端工具
"mamp" # MAMP - 本地 PHP、MySQL 和 Apache 开发环境 "mamp" # MAMP - 本地 PHP、MySQL 和 Apache 开发环境
"postgresql@15" # PostgreSQL 15 - 开源关系型数据库
) )
total=${#apps[@]} total=${#apps[@]}