Rill.MessageStore.Ecto.Postgres
Ecto Postgres adapter for Rill MessageStore
.
Please refer to
Rill documentation for usage
Installation
The package can be installed
by adding rill_ecto_postgres
to your list of dependencies in mix.exs
:
def deps do
[
{:rill_ecto_postgres, ">= 0.0.0"}
]
end
The docs can be found at https://hexdocs.pm/rill_ecto_postgres.