📜  Apache Drill 插件 - 任何代码示例

📅  最后修改于: 2022-03-11 14:59:13.130000             🧑  作者: Mango

代码示例1
{
  "type": "jdbc",
  "driver": "com.mysql.jdbc.Driver",
  "url": "jdbc:mysql://localhost:3306",
  "username": "root",
  "password": "mypassword",
  "enabled": true
}