Nyall Dawson 384369c3c4 Rename QgsVectorLayerImport to QgsVectorLayerExporter
Since the majority of users of this class will be exporting
an existing map layer to a data provider, the QgsVectorLayerImport
name is misleading and suggests that this class is designed
just to bring layers "into" QGIS.

Explicitly naming the class "Exporter" should help API users
discover this class.

Also cleanup API and improve docs
2017-05-12 08:02:51 +10:00
..
2017-03-05 10:21:24 +01:00
2016-09-21 23:30:04 +02:00
2017-03-05 10:21:24 +01:00
2017-03-05 10:21:24 +01:00
2017-03-04 02:38:15 +01: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.