Packages

A helper to build the most common database queries for Ecto.

Current section

Files

Jump to
query_elf lib query_elf.ex
Raw

lib/query_elf.ex

defmodule QueryElf do
@moduledoc """
Documentation for QueryElf.
"""
@doc """
Hello world.
## Examples
iex> QueryElf.hello()
:world
"""
def hello do
:world
end
end