# SQL_ADMIN_USER - (Optional) SQL admin username for local SQL authentication # SQL_ADMIN_PASSWORD - (Optional) SQL admin password for local SQL authentication ...
Like most of us, I've always treated my editor and terminal as two separate places, with constant back-and-forth between them. I would write code, switch to a terminal, run a script, scan the output, ...