Ecto v1.1.0 Mix.Tasks.Ecto.Create

Create the storage for the repository.

Examples

mix ecto.create
mix ecto.create -r Custom.Repo

Command line options

  • -r, --repo - the repo to create (defaults to YourApp.Repo)
  • --no-compile - do not compile before creating
  • --quiet - do no log output