Skip to content

Stored procedures

Daniel Marín edited this page Jul 8, 2026 · 3 revisions

Stored procedures

Giswater exposes its database logic through PL/pgSQL functions (gw_fct_*), ready to interact with the QGIS plugin or external applications via JSON/JSONB.

Start here:

Function categories

Clone this wiki locally