Databases.yml 上的 Sqlite 内存配置
为了加快功能测试性能,有人建议在测试环境上使用 sqlite 数据库。我试图弄清楚如何做到这一点,但没有运气。这是我用于测试环境的配置:
(config/databases.yml)
test:
doctrine:
class: sfDoctrineDatabase
param:
dsn: mysql://user:pass@localhost/database_test
我想用 sqlite:in-memory 替换 mysql。
For speeding up functional tests performance, some people suggest to use a sqlite database on the testing environment. I've tried to figure out how to do it but without luck. Here is the configuration which I'm using for the testing environment:
(config/databases.yml)
test:
doctrine:
class: sfDoctrineDatabase
param:
dsn: mysql://user:pass@localhost/database_test
I would like to replace mysql by sqlite:in-memory.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论