I wish. Had to put together a Bash script last week that interfaces with a MariaDB database (basic queries for some extra logging info). Had to find a way to hack around the fact that multi dimensional arrays aren't the easiest thing to do in vanilla Bash. Would have been sweet to just toss all the returned data in one and have a loop in a loop to get it all back out - like back in the PHP 5 days.
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
I wish. Had to put together a Bash script last week that interfaces with a MariaDB database (basic queries for some extra logging info). Had to find a way to hack around the fact that multi dimensional arrays aren't the easiest thing to do in vanilla Bash. Would have been sweet to just toss all the returned data in one and have a loop in a loop to get it all back out - like back in the PHP 5 days.