I keep getting this error...
error retrieving column user_geog: error deserializing column 6: cannot convert between the Rust type core::option::Option<geo_types::geometry::point::Point>
and the Postgres type geography
I don't believe it's possible to encode for a geography field in postgres with this module.