Import and export SQL Server .bacpac files directly from DataGrip's context menu. A .bacpac file is a portable backup format for SQL Server and Azure SQL databases that includes both schema and data.
This is a utility that converts .bak files from MSSQL Servers to the .bacpac format. This is mostly based on https://github.com/grrlgeek/bak-to-bacpac/ with some ...