Before gorp, to use sqlx we had to resort to using internal structs without the `db:"-"` tag so that it doesn't interfere with the gorp table generation. Now that it's gone, we can use the original model structs. ```release-note NONE ```
Before gorp, to use sqlx we had to resort to using internal structs without the `db:"-"` tag so that it doesn't interfere with the gorp table generation. Now that it's gone, we can use the original model structs. ```release-note NONE ```