It might be a good idea to replace the current {{bind .Id}} method with typical named parameters e.g. :id.
sqlx supports it https://github.com/jmoiron/sqlx/blob/a62bc6088664eb854c3d5ebbd08a1ffd59662ef1/named.go#L331
It would probably increase the memory usage as well as cpu utilization, but it might be worth with.