ecto_generator v4.0.0 Mix.Tasks.Ecto.Dump.Schema
Dump models from repos
The repository must be set under :ecto_repos
in the
current app configuration or given via the -r
option.
Examples
mix ecto.dump.models
Command line options
-r
,--repo
- the repo to create
Summary
Functions
Ensures the given module is a repository
Ensures the given repository is started and running
Returns the private repository path relative to the source
Functions
Ensures the given module is a repository.
Ensures the given repository is started and running.