Current section
Files
Jump to
Current section
Files
lib/graveyard/orm.ex
defmodule Graveyard.ORM do
# @moduledoc """
# Gathers all ORM functions and defines the using macro
# """
# Callback invoked by `use`
# For now it returns a quoted expression that
# imports the module itself into the user code
# import Graveyard.ORM.Find
# import Graveyard.ORM.Find
end