Hey guys,
i want to connect to my mySQL Webserver and i saw that there are code examples for this but they always need:
require "luasql.mysql";
How do i get this “luasql.mysql” ?
I know that there is this website: http://keplerproject.github.io/luasql/
But i dont know how to make this work for my project and on the website they say you have to “install” the drivers but how can you install an git project? o.O
Hope someone can help me