A complete Elixir implementation for parsing Database Markup Language (DBML) schemas and generating Ecto schema files and Ecto migrations automatically.
Key Highlights
- Standalone CLI Tool - The new
dbmlescript binary for command-line usage - Mix Tasks - Integration with the Mix build tool for development workflows
- Generate Ecto schemas from a DBML file
- Reverse-Engineering - Generate DBML from existing Ecto schemas
- Generate Ecto migrations from a DBML file
- Enhanced Updates - The
--updateflag for safe incremental changes
Docs: dbml | Hex






















