# `mix ash_sqlite.create`
[🔗](https://github.com/ash-project/ash_sqlite/blob/v0.2.17/lib/mix/tasks/ash_sqlite.create.ex#L5)

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

## Examples

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

## Command line options

  * `--domains` - the domains who's repos you want to migrate.
  * `--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*
