Currently we have to pre-create a services.xml in order to pre-determine the db user name / password but it feels like civibuild should accept these as inputs. I understand the reasons for generating unique names but there are also good reasons for wanting consistent names in developer / ci environments at times
I believe the input is somewhere near here
https://github.com/amp-cli/amp/blob/master/src/Amp/Database/MySQL.php#L55
but I want to know there is not a reason NOT to add that option @totten