Packages

Elixir driver for the Turso database

Current section

Files

Jump to
turxo lib turxo.ex
Raw

lib/turxo.ex

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