On Fri, 11 Oct 2013 15:41:01 GMT, Martin Nowak wrote:

On Sat, 21 Sep 2013 11:03:34 GMT, Dicebot wrote:

Possible improvement proposal! :) One can simply use __traits(identifier) in absence of @dbexpr on member field to keep interface more DRY when names match.

How about an explicit UDA for that, something like @dbcolumn.

?

The very point of proposal is to not have any UDA's when information is already enough - same as it done in various vibe.d modules, configuration by convention.