This library is a helper for adding partitions in Ash using AshPostgres
Installation
If available in Hex, the package can be installed
by adding ash_postgres_partition to your list of dependencies in mix.exs:
def deps do
[
{:ash_postgres_partition, "~> 0.1.0"}
]
end