Creating a Schema Codec for Postgres POINT Data Type
I'm having a postgres table with a column called
destination with the data type POINT that represents coordinates lat/lon. Is there a codec in Schema that represents a point and decodes to a point in postgres? Or how can I create it?