Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document phoenix_ecto in glossary #5484

Merged
merged 2 commits into from
Jun 28, 2023
Merged
Changes from 1 commit
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
5 changes: 4 additions & 1 deletion guides/introduction/packages_glossary.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 37,10 @@ When peeking under the covers, you will find those libraries play
an important role in Phoenix applications:

* [Phoenix HTML](https://hexdocs.pm/phoenix_html) - building blocks
for working with HTML and Forms safely
for working with HTML and forms safely

* [Phoenix Ecto](https://hex.pm/packages/phoenix_ecto) - useful plugs
and protocol implementations for using phoenix with ecto
LostKobrakai marked this conversation as resolved.
Show resolved Hide resolved

* [Phoenix PubSub](https://hexdocs.pm/phoenix_pubsub) - a distributed
pub/sub system with presence support
Expand Down