Mix.Tasks.Ecto.Gen.Repo

Generates a new repository.

The repository will be placed in the lib directory.

Examples

mix ecto.gen.repo Repo
Source

Summary

run(args)

Callback implementation of Mix.Task.run/1

Functions

run(args)

Callback implementation of Mix.Task.run/1.

Source