You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
I'm currently working on a project that uses
json
as the default tag forsqlx
. 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:
I'd be happy to contribute the change if this is something you'd accept.
The text was updated successfully, but these errors were encountered: