It would be really handy if you could set Precedence on a Featurewriter (in my case specifically when writing to Postgres/Oracle/SQLServer).
Therefore enabling multiple tables to be written in a single transformer with a single opening of the connection but ensuring the writing of one table does not start until the writing of another is complete.
I recognise this can be achieved with a feature holder but would be a nice additional feature for feature writer which would enable hierarchically linked tables to be landed with ease.