r2dbc-postgresql icon indicating copy to clipboard operation
r2dbc-postgresql copied to clipboard

Add geography data type support

Open cavallium opened this issue 2 years ago • 2 comments

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.

cavallium avatar Jul 06 '22 22:07 cavallium

Do you want to submit a pull request?

mp911de avatar Jul 07 '22 06:07 mp911de

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

cavallium avatar Jul 07 '22 10:07 cavallium