Skip to content

flathub/com.jetbrains.DataGrip

Repository files navigation

JetBrains DataGrip

DataGrip is the multi-engine database environment. We support MySQL, PostgreSQL, Microsoft SQL Server, Microsoft Azure, Oracle, Amazon Redshift, Sybase, DB2, SQLite, HyperSQL, Apache Derby and H2. If a DBMS has a JDBC driver you can connect to it via DataGrip. For any of supported engines it provides database introspection and various instruments for creating and modifying objects.

Build, Install and Run Flatpak (locally)

Assuming flatpak, flatpak-builder, and git packages are installed, execute the following commands:

$ git clone https://github.com/flathub/com.jetbrains.DataGrip.git
$ cd com.jetbrains.DataGrip/
$ flatpak remote-add --if-not-exists --user flathub https://flathub.org/repo/flathub.flatpakrepo
$ flatpak-builder build --force-clean --install-deps-from=flathub --install --user com.jetbrains.DataGrip.yaml

# ...to uninstall the artifact
$ flatpak uninstall --delete-data --user com.jetbrains.DataGrip

# ...and to clean-up everything
$ rm --force --recursive .flatpak-builder/ build/
$ flatpak uninstall --unused --user
$ flatpak remote-delete --user flathub