Current section
Files
Jump to
Current section
Files
lib/ecto_querify.ex
defmodule EctoQuerify do
@moduledoc """
Documentation for `EctoQuerify`.
"""
@doc """
Hello world.
## Examples
iex> EctoQuerify.hello()
:world
"""
def hello do
:world
end
end