Ā© 2026 Hedgehog Software, LLC
Repo.query!
action :activity_this_month, :map do run fn input, _ -> """ SELECT * FROM my_table """ |> MyApp.Repo.query!() end end