如何在propel中使用两个数据库
我一直在集成推进应用程序,我只想使用两个数据库。但我不知道如何在 schema 和 build.properties 文件中定义。任何人都可以让我知道我应该怎么做才能拥有多个数据库
I have been integrating propel application,I just wanted to use two databases. But I don't know how to define in schema and build.properties files.can any one let me know what should I do to have multiple database
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
只需编写两个具有不同数据库名称的模式并配置一个runtime-conf.xml 文件即可。
请参阅:http://www.propelorm.org/documentation/02-buildtime.html
Just write two schema with different database names and configure a runtime-conf.xml file.
See: http://www.propelorm.org/documentation/02-buildtime.html