Skip to content

Commit

Permalink
Drop postgis GeoDB class from Processing
Browse files Browse the repository at this point in the history
This class is unused and is a near 1:1 copy of the core connections API
+ db manager classes
  • Loading branch information
nyalldawson committed Mar 17, 2020
1 parent 184bb0e commit 4edc7d1
Showing 1 changed file with 0 additions and 921 deletions.

2 comments on commit 4edc7d1

@haytastan
Copy link

@haytastan haytastan commented on 4edc7d1 Oct 20, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What should we use in python instead of the line:

from processing.tools.postgis import GeoDB?

And is there any obhejt fror GeoDB?

@Gustry
Copy link
Contributor

@Gustry Gustry commented on 4edc7d1 Oct 20, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You need to use the database API https://qgis.org/api/classQgsAbstractDatabaseProviderConnection.html for manipulating the database

Please sign in to comment.