Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用 PHINX 作为 SQL 数据库的数据库查询构建器。Phinx 是否只帮助数据库迁移?该文档还仅包含有关迁移的配置和步骤。
https://phinx.org/ http://docs.phinx.org/en/latest/
从您发布的文档中:
Phinx 只是关于迁移,没有数据库 ORM 系统或应用程序框架的所有膨胀
PHP 有许多用于 ORM 的选项,例如Redbean、Doctrine和我最喜欢的 Eloquent(Laravel 附带)