Django 模式 Postgresql

发布于 2024-10-09 04:32:04 字数 482 浏览 0 评论 0原文

几天来,我试图为 Django icw Postgres 获得以下权利:

我喜欢拥有一个具有多个模式的数据库。 有 2 种模式:

  • 应用程序
  • 站点

应用程序模式可供所有站点使用,而站点模式仅对特定数据库用户可见。

例如: (站点,每个站点都有不同的架构)

  • site1
  • site2
  • site3

(应用程序,每个应用程序都有不同的架构可以放置在一个架构中):

  • App
  • App1
  • App2

  • app1
  • app2

目前有没有办法用 Django 实现这一点?

For a few days i'm trying to get the following right for Django i.c.w. Postgres:

I like to have one database with multiple schemas.
There are 2 kinds of schemas:

  • app
  • site

The app schema can be used by all the sites and the site schemas are only visible for a specific database user.

For example:
(Sites, every site has a different schema)

  • site1
  • site2
  • site3

(Apps, every app has a different schemas or can be placed within one schema):

  • App
  • App1
  • App2

or

  • app1
  • app2

Is there currently a way to achieve this with Django?

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文