[feature][plugin][sybase] datax support sybase plugins. #1780

add resources
This commit is contained in:
xiaopengm 2023-05-10 10:15:20 +08:00
parent db7988b1f6
commit d831c16651
2 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,6 @@
{
"name": "sybasewriter",
"class": "com.alibaba.datax.plugin.reader.sybasewriter.SybaseWriter",
"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"
}

View File

@ -0,0 +1,14 @@
{
"name": "sybasewriter",
"parameter": {
"username": "",
"password": "",
"column": [],
"connection": [
{
"table": [],
"jdbcUrl": []
}
]
}
}