Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试建立一个多租户架构,每个客户都有自己的数据库。我想知道,如果我可以使用亚马逊 rds 代理来管理与数据库的连接,而不是在代码中这样做。RDS 代理能否管理跨不同 rds 实例的连接,而代码只与代理对话?