diff --git a/python/plugins/db_manager/README b/python/plugins/db_manager/README deleted file mode 100644 index 137c16f04c5..00000000000 --- a/python/plugins/db_manager/README +++ /dev/null @@ -1,16 +0,0 @@ -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 -- Oracle Spatial using PyQt QtSql module - -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 - diff --git a/python/plugins/db_manager/README.md b/python/plugins/db_manager/README.md new file mode 100644 index 00000000000..84cde582ad2 --- /dev/null +++ b/python/plugins/db_manager/README.md @@ -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).