You should just wrap it in `IO.effect`, so `IO.eff...
# arrow
s
You should just wrap it in
IO.effect
, so
IO.effect { DriverManager.getConnection(url, username, password) }