Project: QGIS

Version: 3.16

Feature: Expose fields in the Browser

First part of QEP https://github.com/qgis/QGIS-Enhancement-Proposals/issues/171

Exposes field columns in the browser for providers that implement connections API:

  • PG
  • GPKG
  • Spatialite
  • MSSQL

The following operations are supported on fields:

  • add new field
  • delete field

This feature was developed by Alessandro Pasotti