17 lines
515 B
Plaintext
Raw Normal View History

2012-04-16 13:19:40 +02:00
DB Manager * Copyright (c) 2011 Giuseppe Sucameli
2013-06-09 18:28:52 +02:00
DB Manager is a database manager plugin for QGIS.
2014-05-17 17:35:27 +02:00
It allows showing the DBs contents and run query on them.
2012-04-16 13:19:40 +02:00
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:
2014-02-07 21:00:32 +01:00
http://qgis.org/wiki/DB_Manager_plugin_GSoC_2011
2012-04-16 13:19:40 +02:00
or visit my GitHub repository:
https://github.com/brushtyler/db_manager