File tree Expand file tree Collapse file tree 2 files changed +18
-16
lines changed
python/plugins/db_manager Expand file tree Collapse file tree 2 files changed +18
-16
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ DB Manager
2+ ==========
3+
4+ Copyright (c) 2011 Giuseppe Sucameli
5+
6+ DB Manager is a database manager core plugin for QGIS.
7+ It allows showing the database contents and running queries on them.
8+
9+ At the moment DB Manager supports the following DBMS backends:
10+
11+ - PostgreSQL/PostGIS through the psycopg2 pymodule
12+ - SQLite/SpatiaLite using the pyspatialite pymodule
13+ - GeoPackage
14+ - Oracle Spatial using PyQt QtSql module
15+
16+ For more info about the project see the [ QGIS
17+ Documentation] ( http://docs.qgis.org/testing/en/docs/user_manual/plugins/plugins_db_manager.html )
18+ or the [ GSoC 2011 wiki page] ( http://qgis.org/wiki/DB_Manager_plugin_GSoC_2011 ) .
You can’t perform that action at this time.
0 commit comments