So, all the doc recommends using -user sa.
However, a URL like jdbc:h2:/tmp/something, with no call to set a user name in the connection, ends up with a user name of "". Which all works, but i was a little puzzled before I could get things like the Script tool to work.
Is a blank user name really a wonderful thing?
Or to allow a URL query param for the user name and password?