-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
18 additions
and
16 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
DB Manager | ||
========== | ||
|
||
Copyright (c) 2011 Giuseppe Sucameli | ||
|
||
DB Manager is a database manager core plugin for QGIS. | ||
It allows showing the database contents and running queries on them. | ||
|
||
At the moment DB Manager supports the following DBMS backends: | ||
|
||
- PostgreSQL/PostGIS through the psycopg2 pymodule | ||
- SQLite/SpatiaLite using the pyspatialite pymodule | ||
- GeoPackage | ||
- Oracle Spatial using PyQt QtSql module | ||
|
||
For more info about the project see the [QGIS | ||
Documentation](http://docs.qgis.org/testing/en/docs/user_manual/plugins/plugins_db_manager.html) | ||
or the [GSoC 2011 wiki page](http://qgis.org/wiki/DB_Manager_plugin_GSoC_2011). |