Mix.Tasks.Ecto.Create
Create the database for the given repository, as specified in the repo's url.
Command line options
--no-start- do not start applications
Examples
mix ecto.create MyApp.Repo
Summary↑
| run(args) | Callback implementation of |
Functions
Callback implementation of Mix.Task.run/1.