README.md

# AshPostgresPartition

This library is a helper for adding partitions in Ash using AshPostgres

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `ash_postgres_partition` to your list of dependencies in `mix.exs`:

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