有没有人能推荐一款AppleScriptable的MySQL前端客户端或OS X?最好是低成本或免费的。
发布于 2008-09-25 17:33:56
我建议只使用命令行mysql客户端,并使用applescript中的do shell script命令来调用它:
do shell script
do shell script "mysql -e 'select * from customer'"
https://stackoverflow.com/questions/134580
相似问题