Closed
Description
For some targets it might make sense to specify some extra properties. I have this use case where I want to append output to target file x, but overwrite target file y if it exists. So for files there are the typical write modes, e.g. like the python file modes w
, a
, etc.
In the spec these properties might translate to properties that apply to other kinds of targets as well, for instance databases.