TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Multiple Connection Source Database With Prisma

6 点作者 kenaqshal将近 2 年前

1 comment

cssanchez将近 2 年前
This was really interesting. I ran into this issue with Flask in particular for siloed multi tenancy and the end result was to create separate backend environments for simplicity. Maybe creating separate schemas could have been hacked together the way prisma-second does, but separate backends were simpler to code, deploy and document for everyone else. Consider the maintenance risk/burden of adding a dependency for a db driver and explaining odd architecture decisions to the business- and technical stakeholders.