opengisch / QgisModelBaker

Create QGIS projects from database schemas or Interlis models
https://opengisch.github.io/QgisModelBaker/
GNU Lesser General Public License v3.0
55 stars 17 forks source link

Reuse already defined QGIS datase connections #889

Open vvmruder opened 9 months ago

vvmruder commented 9 months ago

In QGIS we usually define DB connections like this: image

Once defined we easily can reuse it whenever needed.

Instead of defining the DB connection in QgisModelBaker through pg_service or manually, it would be nice to be able to use already defined QGIS DB connections in this dialog: image