Packages

Data access library for the Vaxine database platform.

Current section

Files

Jump to
vax lib vax.ex
Raw

lib/vax.ex

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