MaxoSql
is ...
IO.puts "hello"
The package can be installed by adding maxo_sql
to your list of dependencies in mix.exs
:
def deps do
[
{:maxo_sql, "~> 0.1"}
]
end
The docs can be found at https://hexdocs.pm/maxo_sql.
The lib is available as open source under the terms of the MIT License.