plugin.json 345 B

123456
  1. {
  2. "name": "mysqlreader",
  3. "class": "com.alibaba.datax.plugin.reader.mysqlreader.MysqlReader",
  4. "description": "useScene: prod. mechanism: Jdbc connection using the database, execute select sql, retrieve data from the ResultSet. warn: The more you know about the database, the less problems you encounter.",
  5. "developer": "alibaba"
  6. }