Symfony 4.3动态数据库连接

时间:2019-08-16 15:34:19

标签: symfony database-connection

我有一个数据库主数据库和多个客户端数据库,我想动态连接到客户端数据库我能做什么?

    {
  "name": "tesilaurea",
  "version": "1.0.0",
  "description": "Tesi di Laurea Dialogflow",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "Lorenzo Neri",
  "license": "MIT",
  "keywords": [],
  "dependencies": {
    "dialogflow": "^0.10.3",
    "firebase-admin": "^8.3.0",
    "firebase-functions": "3.2.0",
    "grpc": "^1.20.2",
    "node": "12.8.0"
  },
  "engines": {
    "node": "^8.13.0"
  }
}

但是我没有从新数据库中获取数据。

0 个答案:

没有答案