Mix.Tasks.Ecto.Create

Create the database for the given repository, as specified in the repo's url.

Command line options

Examples

mix ecto.create MyApp.Repo
Source