README.md

# Rill.MessageStore.Ecto.Postgres

Ecto Postgres adapter for Rill `MessageStore`.
Please refer to
[Rill](https://github.com/rill-project/rill) documentation for usage

## Installation

The package can be installed
by adding `rill_ecto_postgres` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [
    {:rill_ecto_postgres, ">= 0.0.0"}
  ]
end
```

The docs can
be found at [https://hexdocs.pm/rill_ecto_postgres](https://hexdocs.pm/rill_ecto_postgres).