EctoPgGeom
A collection of modules allowing Postgres Geometry types to be used in Ecto, via the Postgrex library.
Installation
The package can be installed by adding ecto_pg_geom to your list of dependencies in mix.exs:
def deps do
[
{:ecto_pg_geom, "~> 0.1.0"}
]
endDocs can be found at https://hexdocs.pm/ecto_pg_geom.