diff --git a/README.md b/README.md index eb63cbc01..b13bfee23 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ Example of a database definition of a simple blogging site: ## Community Contributions -* [Elixir DBML parser, Ecto schema generator](https://github.com/saleyn/dbml) +* [Elixir DBML parser, Ecto schema and migrations generator](https://github.com/saleyn/dbml) * [Emacs Mode for DBML by ccod](https://github.com/ccod/dbd-mode) * [Vim Plugin for DBML by jidn](https://github.com/jidn/vim-dbml) * [VSCode Plugin for DBML by duynvu](https://marketplace.visualstudio.com/items?itemName=duynvu.dbml-language) diff --git a/dbml-homepage/docs/home.md b/dbml-homepage/docs/home.md index 91bb8ff58..7f330b372 100644 --- a/dbml-homepage/docs/home.md +++ b/dbml-homepage/docs/home.md @@ -145,6 +145,7 @@ DBML is created and maintained by [Holistics](https://holistics.io?utm_source=db ## Community Contributions +* [Elixir DBML parser, Ecto schema and migrations generator](https://github.com/saleyn/dbml) * [Emacs Mode for DBML by ccod](https://github.com/ccod/dbd-mode) * [Vim Plugin for DBML by jidn](https://github.com/jidn/vim-dbml) * [VSCode Plugin for DBML by duynvu](https://marketplace.visualstudio.com/items?itemName=duynvu.dbml-language)