README.md

# EctoPgGeom

A collection of modules allowing [Postgres Geometry types](https://www.postgresql.org/docs/9.4/datatype-geometric.html)
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`:

```elixir
def deps do
  [
    {:ecto_pg_geom, "~> 0.1.0"}
  ]
end
```

Docs can be found at [https://hexdocs.pm/ecto_pg_geom](https://hexdocs.pm/ecto_pg_geom).