chillerlan/php-database

一个可扩展的数据库包装器和查询构建器。

3.1.0 2019-08-01 23:45 UTC

This package is auto-updated.

Last update: 2024-08-27 20:09:00 UTC


README

一个针对最常见数据库的PHP SQL客户端和查询构建器,包括:MySQL、PostgreSQL、SQLite3、Microsoft SQL Server(Transact)和Firebird。

PHP Version Support version license Continuous Integration Coverage Packagist downloads

文档

需求

安装

需要 composer

composer.json

(注意:将 dev-main 替换为 版本边界)

{
	"require": {
		"php": "^8.2",
		"chillerlan/php-database": "dev-main"
	}
}

成功!