Hey, sorry for n00b questions but I didn't see this in baby steps form... How can I use say the mysql package from hex?
I did gleam new foo then gleam add mysql and added import mysql in a test module and ran gleam test:
/tmp/foo$ gleam test
Resolving versions
Compiling gleam_stdlib
Compiling gleeunit
Compiling castore
Compiling elixir_make
Compiling excal
make: Nothing to be done for `all'.
Compiling mysql
escript: exception error: undefined function rebar3:main/1
in function escript:run/2 (escript.erl, line 750)
in call from escript:start/1 (escript.erl, line 277)
in call from init:start_em/1
in call from init:do_boot/3
error: Shell command failure```