r2dbc-postgresql
r2dbc-postgresql copied to clipboard
Add geography data type support
Feature Request
Add geography data type support
Describe the solution you'd like
"geography" data type can already be encoded to / decoded from the same Geometry abstract class as "geometry". I tried copying the geometry codec and renaming it, and it worked.
Teachability, Documentation, Adoption, Migration Strategy
The new codec can be included inside BuiltinDynamicCodecs as the geometry one.
Do you want to submit a pull request?
I would rather not, because I just started learning postgresql and r2dbc, I don't think I have the required skills to implement it correctly