# `mix ash_postgres.create`
[🔗](https://github.com/ash-project/ash_postgres/blob/v2.8.0/lib/mix/tasks/ash_postgres.create.ex#L5)

Create the storage for repos in all resources for the given (or configured) domains.

## Examples

    mix ash_postgres.create
    mix ash_postgres.create --domains MyApp.Domain1,MyApp.Domain2

## Command line options

  * `--domains` - the domains who's repos you want to migrate.
  * `-r, --repo` - the repo to create
  * `--quiet` - do not log output
  * `--no-compile` - do not compile before creating
  * `--no-deps-check` - do not compile before creating

---

*Consult [api-reference.md](api-reference.md) for complete listing*
