koordinates / kart-qgis-plugin

A QGIS integration plugin for Kart repositories. Distributed version-control for geospatial and tabular data.
https://kartproject.org
GNU General Public License v2.0
37 stars 16 forks source link

Allow authentication to postgis working copy using PostgreSQL Service connection file #111

Open wdcsimon opened 2 months ago

wdcsimon commented 2 months ago

Allow authentication to a Kart working copy location in PostgreSQL using a PostgreSQL Service connection file defined in PGSERVICEFILE environment variable.

PGSERVICEFILE D:\PostgreSQL\pg_service.conf

[gis_kart_versioning]
host=wdc-gisdb1
port=5432
dbname=gis_kart_versioning
user=myUsername
password=myPassword

reference: https://docs.qgis.org/3.34/en/docs/user_manual/managing_data_source/opening_data.html#pg-service-file

wdcsimon commented 2 months ago

Would also be useful for Import dataset from database... option