Applescriptable mySQL客户端-低成本还是免费的?
时间:2020-03-06 14:44:03 来源:igfitidea点击:
谁能推荐可AppleScript的MySQL前端客户端或者OS X?最好是低成本或者免费的。
解决方案
我建议只使用命令行mysql客户端,并在applescript中使用do shell script
命令来调用它:
do shell script "mysql -e 'select * from customer'"
谁能推荐可AppleScript的MySQL前端客户端或者OS X?最好是低成本或者免费的。
我建议只使用命令行mysql客户端,并在applescript中使用do shell script
命令来调用它:
do shell script "mysql -e 'select * from customer'"