Copy table with data from one postgres db to another db using JavaScript in DataGrip

已回答

I have a lot of copying of tables between different Postgres database. How can I use the scripting in DataGrip to copy a table from one db to another? I have used both 'drag and drop' and Copy DDL before - but would like to use a Javascript since I have a lot of tables.

0

There is a feature request similar to your description  https://youtrack.jetbrains.com/issue/DBE-5793

0

请先登录再写评论。