Juergen E. Fischer 7c75ffa3b0 spelling fixes
2014-05-17 22:02:03 +02:00

17 lines
515 B
Plaintext

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
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