Ecto Generator
Takes an existing MySQL database and outputs ecto models for it.
Usage:
mix run generate.exs --hostname <hostname> --database <database> --table <table>
Models will be places in the output/<database_name> folder
Built With
- elixir
Generate ecto models from existing MySQL databases
Takes an existing MySQL database and outputs ecto models for it.
Usage:
mix run generate.exs --hostname <hostname> --database <database> --table <table>
Models will be places in the output/<database_name> folder
Log in or sign up for Devpost to join the conversation.