Open
Description
I'm currently working on a project that uses json
as the default tag for sqlx
. I've resorted to overriding every single function, however this is quite unwieldy.
How would you feel about a new option to override tags? I'm thinking something like this:
tags:
db: yaml
I'd be happy to contribute the change if this is something you'd accept.