我想使用 Doctrine 的 DBAL 查询生成器将记录插入数据库。
我发现这实际上可以在最新的文档中通过insert
方法:
http ://docs.doctrine-project.org/projects/doctrine-dbal/en/latest/reference/query-builder.html#building-a -询问
但是,我通过 Composer 安装了最新版本的 DBAL,它没有这样的方法。
这是为什么?
我的替代方案是什么?
我想使用 Doctrine 的 DBAL 查询生成器将记录插入数据库。
我发现这实际上可以在最新的文档中通过insert
方法:
http ://docs.doctrine-project.org/projects/doctrine-dbal/en/latest/reference/query-builder.html#building-a -询问
但是,我通过 Composer 安装了最新版本的 DBAL,它没有这样的方法。
这是为什么?
我的替代方案是什么?