gws.ext.db.provider.postgres.layer

class gws.ext.db.provider.postgres.layer.Config(*args, **kwargs)[source]

SQL-based layer

db = None

database provider uid

table = None

sql table configuration

class gws.ext.db.provider.postgres.layer.Object[source]
configure()[source]
own_bounds
props
default_search_provider
get_features(bounds, limit=0) → List[gws.types.IFeature][source]
edit_operation(operation: str, feature_props: List[gws.types.FeatureProps]) → List[gws.types.IFeature][source]