Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
1 change: 1 addition & 0 deletions dbml-homepage/docs/home.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Loading