Copy table with data from one postgres db to another db using JavaScript in DataGrip
Answered
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.
Please sign in to leave a comment.
There is a feature request similar to your description https://youtrack.jetbrains.com/issue/DBE-5793