Packages

EctoQuerify is a library that brings your schemas queries they need.

Current section

Files

Jump to
ecto_querify lib ecto_querify.ex
Raw

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