sqlxb
sqlxb copied to clipboard
Add struct TotalRows
type TotalRows struct {
Count int64 db:"COUNT(*)"
}