I have created a Web App using Google App Script and now I am trying to insert values of my Web App Form to external database. Most of the online guides are showing spreadsheet to external database connections. Is there any direct way to connect to External MySQL to insert values or perform select statements directly? In short; Google Web App(Google App Script) to MySQL(External database)
I expect a direct connection from Web App to External database without using Google Spreadsheet as medium. The reason I try to avoid Google Spreadsheet because connection to Google Spreadsheet is very slow. If there must be a medium in between Google Web App and MySQL, what is the fastest method? For C# to MySQL and vice versa, I always use DataSet/DataTable/LinkedList.