mdserver-web/plugins/postgresql/info.json

20 lines
466 B
JSON
Raw Permalink Normal View History

2022-08-07 08:46:40 -04:00
{
2022-12-15 11:03:29 -05:00
"hook":["database"],
2024-12-17 12:21:14 -05:00
"sort": 6,
2022-08-07 08:46:40 -04:00
"title":"PostgreSQL",
"tip":"soft",
"name":"postgresql",
"type":"运行环境",
2024-07-23 04:17:00 -04:00
"ps":"功能强大的开源数据库",
2022-08-07 08:46:40 -04:00
"coexist": false,
"install_pre_inspection":true,
"uninstall_pre_inspection":true,
2026-04-10 04:14:31 -04:00
"versions":["14","15","16","17","18"],
2022-08-07 08:46:40 -04:00
"shell":"install.sh",
"checks":"server/postgresql",
"path":"server/postgresql",
"author":"postgresql",
"home":"https://www.postgresql.org/",
"date":"2022-08-07",
"pid": "2"
}