mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-27 00:03:38 -04:00
pep8 --ignore=E111,E128,E201,E202,E203,E211,E221,E222,E225,E226,E227,E231,E241,E261,E265,E272,E302,E303,E501,E701 \ --exclude="ui_*.py,debian/*,python/ext-libs/*" \ .
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 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