Microsoft’s declarative REST and GraphQL API design tool supports MySQL and Postgres as well as Azure databases and works ...
当我想要实现从 Mysql 同步数据到 Postgresql 时,使用generate_sink_sql = true选项,自动建表时提示 database 已存在。 正常理解,当 database 存在时,应当跳过创建 database,去直接创建表,而不是终止任务。
Command line parameters override createDatabase parameters in Programable API. $ DATABASE_URL=postgres://localhost/postgres node index.js [INFO] Created database ...