DataX/postgresqlreader/src/main/resources/plugin.json
2018-01-31 16:24:49 +08:00

6 lines
360 B
JSON
Executable File

{
"name": "postgresqlreader",
"class": "com.alibaba.datax.plugin.reader.postgresqlreader.PostgresqlReader",
"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.",
"developer": "alibaba"
}