Ask a question to get started
Enter to sendā¢Shift+Enter new line
Helper function: Drop data. If a cursor is provided, use it; otherwise, obtain a new cursor for the operation.
drop( self, table: str, schema: Optional[str] = None, cursor: Optional['PgCursor'] = None ) -> None