tomjaguarpaw / haskell-opaleye

Other
602 stars 115 forks source link

PostGIS support and/or custom types tutorial #592

Open tysonzero opened 4 months ago

tysonzero commented 4 months ago

I'm currently getting Opaleye working with PostGIS and it'd be awesome if that was supported out of the box, but even if not it'd be a lot easier with a good tutorial for defining custom sql types with custom serializers (in my case using geos readHex/writeHex functions).