添加pgsql 配置

This commit is contained in:
jingjingxyk
2023-06-30 20:53:18 +08:00
parent dac14ae16e
commit b7ffe3fd1f
3 changed files with 23 additions and 4 deletions

View File

@@ -211,12 +211,19 @@
},
"pdo_pgsql": {
"type": "builtin",
"arg-type": "with",
"arg-type": "with-prefix",
"ext-depends": [
"pdo"
],
"lib-depends": [
"pq"
"postgresql"
]
},
"pgsql": {
"type": "builtin",
"arg-type": "with-prefix",
"lib-depends": [
"postgresql"
]
},
"pdo_sqlite": {