1
0
mirror of https://github.com/qgis/QGIS.git synced 2025-04-01 00:05:25 -04:00
Alessandro Pasotti 7a1b9f970b DBManager -> Browser synchronization
Reload/refresh the browser tree and source select connection
items when connections, tables etc. change in the DBManager

Note that this is uni-directional: changes in the browser tree
are not (yet) propagated to the DBManager
2017-09-15 17:08:11 +02:00
..
2012-04-16 13:31:13 +02:00
2013-06-09 18:51:47 +02:00
2017-07-30 22:42:57 +02:00
2016-09-21 23:30:04 +02:00
2017-07-30 22:42:57 +02:00
2016-10-20 12:54:54 +02:00
2017-03-04 02:38:15 +01:00

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.