Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
call ストアド プロシージャを使用する方法を探していますが、見つかりませんでした。エリクサーのecto libで可能ですか?
SQL アダプター API を直接使用できます。
Ecto.Adapters.SQL.query(YourRepo, "stored_procedure(?, ?)", [param1, param2])
詳細はこちら: https://hexdocs.pm/ecto/#!Ecto.Adapters.SQL.html