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.
我们正在开发一个项目并且我们正在使用adonisjs,每个帐户/客户都有自己的数据库(MySQL),我们的后端应该调用确切的数据库,这取决于来自 API 请求的参数。
adonisjs
MySQL
我们如何以adonisjs编程方式更改每个请求中的数据库名称?