Releases: GIS-GEORGIA/postgis-manager
Releases · GIS-GEORGIA/postgis-manager
v1.0.0 — First Stable Release
PostGIS Manager v1.0.0
First stable release of PostGIS Manager — a hybrid QGIS 4 plugin and standalone desktop application for managing PostGIS spatial databases.
What is included
- 21 panels in sidebar navigation: SQL Editor, pgRouting, Topology, Raster Import, Backup/Restore, Table Designer, Schema/Role Manager, Dashboard, and more
- QGIS Processing Provider with 6 algorithms
- English + Georgian runtime language switching
- Light / Dark themes
- 38 automated tests (pytest, headless PyQt6)
- Website: pg.qgis.ge
Installation
QGIS Plugin (recommended):
- Download
postgis_manager_plugin.zipbelow - QGIS → Plugins → Manage and Install Plugins → Install from ZIP
- Enable PostGIS Manager in the plugin list
Standalone:
git clone https://github.com/GIS-GEORGIA/postgis-manager.git
pip install -r requirements.txt
python run.pyRequirements
- QGIS 3.34 LTR or QGIS 4.x (Qt6)
psycopg2-binary(pip install psycopg2-binary)- For raster import:
raster2pgsqlin PATH
Full changelog
See CHANGELOG.md