Mix.Tasks.Ecto.Drop

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

Command line options

Examples

mix ecto.drop MyApp.Repo
Source

Summary

run(args)

Callback implementation of Mix.Task.run/1

Functions

run(args)

Callback implementation of Mix.Task.run/1.

Source