flathub / com.jetbrains.DataGrip

https://flathub.org/apps/details/com.jetbrains.DataGrip
5 stars 4 forks source link

= JetBrains DataGrip :uri-datagrip-home: https://www.jetbrains.com/datagrip/

{uri-datagrip-home}[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:

[source,shellscript]

$ 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

// git submodule update --init --recursive // git submodule foreach git pull origin master