mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-09 00:35:20 -05:00
Add new column in PostGIS versioning plugin SQL. Add SQL logic for functions and triggers. Add new QLineEdit for column name.
DB Manager
Copyright (c) 2011 Giuseppe Sucameli
DB Manager is a database manager core plugin for QGIS. It allows showing the database contents and running queries on them.
At the moment DB Manager supports the following DBMS backends:
- PostgreSQL/PostGIS through the psycopg2 pymodule
- SQLite/SpatiaLite using the pyspatialite pymodule
- GeoPackage
- Oracle Spatial using PyQt QtSql module
For more info about the project see the QGIS Documentation or the GSoC 2011 wiki page.