db-config-php:从数组创建DSN字符串。 支持连接URI和连接键值字符串

时间:2024-02-18 12:34:24
【文件属性】:

文件名称:db-config-php:从数组创建DSN字符串。 支持连接URI和连接键值字符串

文件大小:13KB

文件格式:ZIP

更新时间:2024-02-18 12:34:24

php db amphp connection-string AmpPHP

数据库配置 从数组创建DSN字符串。 支持连接URI和连接键值字符串。 安装 composer require spacetab-io/db-config 规格 db : default : # <-- connection name type : pgsql name : string host : string|array port : int|array pass : string schema : string options : array mysql : # <-- connection name type : mysql name : string host : string|array port : int|array pass : string options : array 注意:所有参数都是可选的。 默认情况下,使用default连接和pgsql数据库类型( postgres@127.0.0


【文件预览】:
db-config-php-master
----.gitignore(49B)
----src()
--------Reader.php(1KB)
--------Packer()
----CONTRIBUTING.md(2KB)
----CODE_OF_CONDUCT.md(3KB)
----LICENSE(1KB)
----composer.json(610B)
----README.md(3KB)
----phpunit.xml(922B)
----.phpunit.result.cache(403B)
----tests()
--------ReaderTest.php(2KB)
--------Packer()
----.circleci()
--------config.yml(917B)

网友评论