Hi there,
really loved the https://github.com/jmoiron/sqlx package, but currently I don't really see any maintenance work on it anymore, but so many pull-requests, so idk if I should use it anymore. However I really like the struct scan (http://jmoiron.github.io/sqlx/#queryrow) above the normal scan from the nativ sql lib. Is there maybe something similar, or do I have to fetch each value myself? Or is there an alternative good library?