Create a new MySQL database with the same name as the project

lambo new

lambo new --create-db --dbuser={{user}} --dbpassword={{password}} {{app_name}}

click the source code to copy