= 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:
$ 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
$ flatpak uninstall --delete-data --user com.jetbrains.DataGrip
// git submodule update --init --recursive // git submodule foreach git pull origin master