在 Padrino 中配置多个应用程序,每个应用程序都有不同的数据库和 ORM 映射器

发布于 2024-12-01 19:02:13 字数 248 浏览 0 评论 0原文

如何在 Padrino 中配置多个应用程序,每个应用程序都有不同的数据库和 ORM 映射器? 我提到这个链接有找到了为每个应用程序维护不同 Gemfiles 的方法,每个应用程序都有他们需要的数据库 gem。但是如何为每个数据库进行配置,我可以在其中管理每个数据库的登录名和密码,端口等。

How to configure Multiple Applications in Padrino with each having different Database and ORM Mapper?
I referred to this link have got the way to Maintain different Gemfilesfor each App with each having gems of Database they require. But how to do configuration for each Databasem, where I can manage each databases loginid and password, port, etc.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

变身佩奇 2024-12-08 19:02:13

在 config/database.rb 中,您可以设置所有数据库配置。

一旦你这样做了,假设每个应用程序都有自己的模型,你应该能够毫无问题地工作。

In config/database.rb you can set all dbs configurations.

Once you do that, supposing that each app have their own models you should be able to work without problems.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文