Skip to content

Releases: GIS-GEORGIA/postgis-manager

v1.0.0 — First Stable Release

15 Jun 15:57

Choose a tag to compare

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):

  1. Download postgis_manager_plugin.zip below
  2. QGIS → Plugins → Manage and Install Plugins → Install from ZIP
  3. 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.py

Requirements

  • QGIS 3.34 LTR or QGIS 4.x (Qt6)
  • psycopg2-binary (pip install psycopg2-binary)
  • For raster import: raster2pgsql in PATH

Full changelog

See CHANGELOG.md