小编Tha*_*eez的帖子

Node.js 中多个 Mysql 数据库的池连接

I am trying to create a multi tenant node.js application (with also sub domains) where each user has their own database under a single host, (say an rds instance).

So it will be easier for me to handover the database to that particular user to access that particular database.

So my problem here is when an user request the api, is it possible to dynamically change the database name based on the request.

One thing that popped up in my …

mysql multi-tenant node.js

5
推荐指数
1
解决办法
1712
查看次数

标签 统计

multi-tenant ×1

mysql ×1

node.js ×1