From 0e7d2d57b012fbb30df9138d3bb20be05ea39db6 Mon Sep 17 00:00:00 2001 From: Serge Aleynikov Date: Mon, 11 May 2026 02:14:47 -0400 Subject: [PATCH] Add Elixir contribution reference --- README.md | 2 +- dbml-homepage/docs/home.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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)