PSU is using this library to map between struct
field names (generally representing JSON objects) and database field names by substituting it for the default *sqlx.DB.Mapper
(which is strings.ToLower()
). Note that not all functionality described in the README is implemented and that there is a known issue with acronym prefixes.