Deno Mysql - Query VS Execute
When you look at the Deno Mysql documentation you can use two functions to run your query :
client.execute(/*SQL*/)
client.query(/*SQL*/)
I wasn't sure when to use what, so I consulted the code to find out.
Both function work the same as the query f...
blog.etheve.eu1 min read