php-database:PHP7.2 + SQL客户端和querybuilder

时间:2024-05-09 01:32:23
【文件属性】:

文件名称:php-database:PHP7.2 + SQL客户端和querybuilder

文件大小:629KB

文件格式:ZIP

更新时间:2024-05-09 01:32:23

mysql php sql database pdo

chillerlan / php-database 适用于最常见数据库PHP 7.2+ SQL客户端和querybuilder。 文献资料 要求 PHP 7.2以上 受支持的数据库之一,设置为与PHP一起使用 支持的数据库 (5.5+)/ (9.5+) (2.5+) Microsoft SQL Server ( transact-sql ) 通过PDO,ODBC或本机PHP扩展支持的任何其他数据库 安装 需要作曲家 composer.json (注意:用版本边界替换dev-master ) { " require " : { " php " : " >=7.2.0 " , " chillerlan/database " : " ^2.1 " } } 手动安装 从主版本或发行版本中下载所需版本的软件包,然后将内容提取到您的项目文件夹中。 之后: 运行c


【文件预览】:
php-database-main
----sql()
--------show_create_table.firebird.sql(3KB)
--------show_create_table.postgres.sql(2KB)
----.scrutinizer.yml(134B)
----.github()
--------FUNDING.yml(89B)
--------workflows()
----public()
--------index.php(185B)
----src()
--------DatabaseAbstract.php(2KB)
--------DatabaseOptionsTrait.php(3KB)
--------Dumper.php(3KB)
--------Query()
--------DatabaseException.php(324B)
--------ResultInterface.php(2KB)
--------Result.php(8KB)
--------ResultRow.php(1KB)
--------DatabaseOptions.php(1KB)
--------Database.php(3KB)
--------Drivers()
--------Dialects()
----phpunit.xml.dist(1KB)
----examples()
--------querybuilder.php(2KB)
--------dump.php(686B)
--------common.php(1KB)
----.travis.yml(475B)
----config()
--------.env_travis(381B)
----LICENSE(1KB)
----README.md(18KB)
----tests()
--------DatabaseTest.php(23KB)
--------ResultTest.php(3KB)
----.gitignore(91B)
----storage()
--------dbtest.fdb(3.43MB)
--------dbtest.sqlite(6KB)
----composer.json(1KB)

网友评论