walls00000 replied
I’m testing other REST APIs using Postman, and during my test I’d like to access a database. Xmysql gives me that access with a quick setup command:
walls00000 replied
walls00000 replied
xmysql -h ${hostname} -u ${user} -p ${pass} -d ${db}
walls00000 replied