Exemplo n.º 1
0
 def __init__(self, uri, conn_dict=dict()):
     DBConnector.__init__(self, uri, conn_dict)
     self.engine = 'pg'
     self.conn = None
     self.schema = conn_dict['schema'] if 'schema' in conn_dict else ''
     self.provider = 'postgres'
     self._tables_info = None
 def __init__(self, uri, conn_dict=dict()):
     DBConnector.__init__(self, uri, conn_dict)
     self.engine = 'gpkg'
     self.conn = None
     self.provider = 'ogr'