Juergen E. Fischer c6d921729e python fixes:
* issues identified by pyflakes (star and unused imports)
* pyqtwrapper: add QtSvg
* some exceptions e.message => unicode(e)
* some translations tr("..." % foo) => tr("...") % foo
* TODO:
  python/console/console_sci.py:547 QsciScintillaCompat?
  python/plugins/db_manager/dlg_query_builder.py:304 pop_up_error?
2016-03-15 17:25:23 +01:00
..
2016-03-15 17:25:23 +01:00
2016-01-24 20:16:28 +01:00
2016-03-15 17:25:23 +01:00
2016-03-15 17:25:23 +01:00
2016-03-15 17:25:23 +01:00
2016-03-15 17:25:23 +01:00
2016-03-15 17:25:23 +01:00
2015-07-25 16:31:11 +02:00
2016-01-21 10:42:25 +01:00
2016-01-21 10:42:25 +01:00

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