fuelen / ecto_dev_logger

An alternative logger for Ecto queries
Apache License 2.0
147 stars 14 forks source link

Support Geo entities #22

Open tcitworld opened 1 year ago

tcitworld commented 1 year ago

The geo_postgis Postgrex extension allows entities from the geo library to be used as PostGIS data types.

It would be nice if the Ecto.DevLogger.PrintableParameter protocol supported that. Will see if I can add this easily.

iloveitaly commented 10 months ago

@tcitworld were you able to figure this out?

tcitworld commented 10 months ago

I forgot! Thanks for opening a PR!