mdserver-web/plugins/postgresql/info.json

19 lines
441 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"],
2022-08-07 08:46:40 -04:00
"title":"PostgreSQL",
"tip":"soft",
"name":"postgresql",
"type":"运行环境",
2022-08-07 10:44:31 -04:00
"ps":"[DEV]功能强大的开源数据库",
2022-08-07 08:46:40 -04:00
"coexist": false,
"install_pre_inspection":true,
"uninstall_pre_inspection":true,
"versions":["14.4"],
"shell":"install.sh",
"checks":"server/postgresql",
"path":"server/postgresql",
"author":"postgresql",
"home":"https://www.postgresql.org/",
"date":"2022-08-07",
"pid": "2"
}