mirror of
https://github.com/qgis/QGIS.git
synced 2025-11-01 00:09:14 -04:00
* pyqtwrappers update (add QtNetwork, QtXml, QtSql, QtTest, uic) * 2to3 updates * move QPyNullVariant/NULL to PyQt.QtCore * add global unicode/basestring/long for Python3 * expand QtGui, QtCore module and star exports * Qscintilla2 * replace Set import with set builtin
DB Manager * Copyright (c) 2011 Giuseppe Sucameli
DB Manager is a database manager plugin for QGIS.
It allows showing the DBs contents and run query on them.
In this moment DB Manager supports the following DBMS backends:
- PostgreSQL/PostGIS through the psycopg2 pymodule
- SQLite/SpatiaLite using the pyspatialite pymodule
- Oracle Spatial using PyQt QtSql module
For more info about the project, see at the wiki page:
http://qgis.org/wiki/DB_Manager_plugin_GSoC_2011
or visit my GitHub repository:
https://github.com/brushtyler/db_manager