Django 模式 Postgresql
几天来,我试图为 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论