atlas / statement
为 MySQL、Postgres、SQLite 和 SQLServer 提供面向对象的语句构建器。
1.0.1
2021-10-02 15:17 UTC
Requires
- php: ^8.0
Requires (Dev)
- pds/skeleton: ~1.0
- phpstan/phpstan: ^0.12.82
- phpunit/phpunit: ~9.0
README
提供 MySQL、Postgres、SQLite 和 Microsoft SQL Server 的查询语句构建器。这些语句与任何特定数据库连接无关,尽管它们与 PDO、查询执行器如 Atlas.Query 或 PDO 包装器如 Atlas.Pdo 等配合使用时表现最佳。
在此处阅读文档。