
For personal, non-commercial use only!
Contact us if you need a license for use in a corporate environment or for commercial purposes.
|
IntelliJ/GigaIDE
marketplace
|
||
|
|
idea.sh \ installPlugins com.mgorkov.explainpostgresql \ https:///downloads/plugins/ij/updatePlugins.xml |
|
|
idea \ installPlugins com.mgorkov.explainpostgresql \ https:///downloads/plugins/ij/updatePlugins.xml |
|
|
idea64 ^ installPlugins com.mgorkov.explainpostgresql ^ https:///downloads/plugins/ij/updatePlugins.xml |
|
|
File > Settings > Plugins > Install plugin from Disk ... |
| Eclipse marketplace | ||
|
|
eclipse \ -application org.eclipse.equinox.p2.director \ -repository https:///downloads/plugins/eclipse/ \ -repository https://download.eclipse.org/datatools/updates/release \ -repository https://download.eclipse.org/releases/latest/ \ -installIU ru.tensor.explain.eclipse.feature.feature.group \ -followReferences |
|
eclipsec ^ -application org.eclipse.equinox.p2.director ^ -repository https:///downloads/plugins/eclipse/ ^ -repository https://download.eclipse.org/datatools/updates/release ^ -repository https://download.eclipse.org/releases/latest/ ^ -installIU ru.tensor.explain.eclipse.feature.feature.group ^ -followReferences |
||
|
DBeaver
|
||
dbeaver \ -application org.eclipse.equinox.p2.director \ -repository https:///downloads/plugins/eclipse/ \ -repository https://dbeaver.io/update/latest/ \ -installIU ru.tensor.explain.dbeaver.feature.feature.group \ -followReferences |
||
dbeaver-cli ^ -application org.eclipse.equinox.p2.director ^ -repository https:///downloads/plugins/eclipse/ ^ -repository https://dbeaver.io/update/latest/ ^ -installIU ru.tensor.explain.dbeaver.feature.feature.group ^ -followReferences |
||
|
VSCode
marketplace
|
||
code --install-extension TensorCompanyLtd.explain-postgresql |
||
Preferences > Browse Packages... unpack |
||
|
pgAdmin4
|
||
dnf install https://explain.tensor.ru/downloads/pgadmin/pgadmin4-server-9.14-1.el9.x86_64.rpm dnf install https://explain.tensor.ru/downloads/pgadmin/pgadmin4-desktop-9.14-1.el9.x86_64.rpm |
||
|
|
curl -sLO https://explain.tensor.ru/downloads/pgadmin/pgadmin4-server_9.14-1.noble_amd64.deb && apt install ./pgadmin4-server_9.14-1.noble_amd64.deb curl -sLO https://explain.tensor.ru/downloads/pgadmin/pgadmin4-desktop_9.14-1.noble_amd64.deb && apt install ./pgadmin4-desktop_9.14-1.noble_amd64.deb |
|
|
|
curl -fsSL https://explain.tensor.ru/downloads/pgadmin/pgadmin4-image.tar.gz | docker image load docker run -p 5050:80 -e 'PGADMIN_DEFAULT_EMAIL=user@domain.com' -e 'PGADMIN_DEFAULT_PASSWORD=SuperSecret' pgadmin4 | |
|
|
invoke-WebRequest -Uri "https://explain.tensor.ru/downloads/pgadmin/pgadmin4-9.14-x64.exe" -OutFile "$env:TEMP\pgAdmin4-9.14-x64.exe"; Start-Process "$env:TEMP\pgAdmin4-9.14-x64.exe" | |
|
Chrome extension
marketplace
|
||
Extract ZIP file, go to chrome://extensions, enable Developer mode, click "Load unpacked", and select the extracted folder. |
||
|
Firefox extension
marketplace
|
||
Extensions and themes -> Settings(gear icon) -> Install Add-on from file... -> Choose explain-postgresql-tools.xpi Due to Firefox limitations, it is only possible to work with a self-hosted pg-explain instance |
||
|
OpenIDE
marketplace
|
||
openide.sh \
installPlugins com.mgorkov.explainpostgresql \
https:///downloads/plugins/ij/updatePlugins.xml
| ||
|
|
openide \
installPlugins com.mgorkov.explainpostgresql \
https:///downloads/plugins/ij/updatePlugins.xml
|
|
|
|
openide64^
installPlugins com.mgorkov.explainpostgresql ^
https://explain.tensor.ru/downloads/plugins/ij/updatePlugins.xml
|
|