Sandro Santilli 8ca2236134 Add a PLUGIN_INSTALL cmake macro and use it from db_manager plugin
One step forward toward closing http://hub.qgis.org/issues/5879
Next all pugins should be converted to use of the macro...
2012-10-20 01:17:37 +02:00
..
2012-04-16 13:31:13 +02:00
2012-04-16 13:31:13 +02:00
2012-04-16 13:31:13 +02:00
2012-04-16 13:31:13 +02:00
2012-10-06 13:32:08 +02:00
2012-04-16 13:31:13 +02:00
2012-04-16 13:31:13 +02:00
2012-04-16 13:31:13 +02:00
2012-04-16 13:31:13 +02:00
2012-04-16 13:31:13 +02:00
2012-10-06 13:32:08 +02:00
2012-04-16 13:31:13 +02:00

DB Manager * Copyright (c) 2011 Giuseppe Sucameli

DB Manager is a database manager plugin for QuantumGIS.
It allows to you to show 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://www.qgis.org/wiki/DB_Manager_plugin_GSoC_2011

or visit my GitHub repository:
    https://github.com/brushtyler/db_manager