Has anyone successfully connected to MySQL from ExtendScript (Adobe's JavaScript-based application scripting tool)?
ExtendScript's Socket object seems like it could handle integrating the two on a low level. I haven't been able to find a client and I doubt one exists. At this point I'm thinking it'd be easier to create an intermediate script in a language that has great MySQL support and to use sockets to connect to ExtendScript because that would be easier than learning the MySQL protocol and building a client from scratch.