Hacker News new | ask | show | jobs
by mike1o1 809 days ago
Elixir has Ecto, which is not-quite an ORM but is the de-facto standard for database access in Elixir/Phoenix.

https://hexdocs.pm/ecto/Ecto.html

1 comments

Thank you!