I have a javascript application running with server like nginx
or eclipse local server
, and i would like to know if it is possible to connect it with mysql server database.
I know that they are a lot of npm packages
for nodejs
application, but i don't want to use node js because if i'll do that i have to implement all structure of nodejs application with all dependencies and i don't know very well this technology to do that.
Thanks.