Is it possible to use the script scheme of an entire database (SQL Server or Postgres) with datagrip?
I know that I can get DDL for the table and view and source for each stored procedure / function.
Is it possible to get one script for all objects in the database at once?
Alternatively, is there a way to find the code for all the routines at once, say I need to find which ones use #table temp table?
datagrip
vittore
source share