cloudflare-mysql icon indicating copy to clipboard operation
cloudflare-mysql copied to clipboard

A Cloudflare Workers compatible MySQL package based on the MySQL Node package.

Results 4 cloudflare-mysql issues
Sort by recently updated
recently updated
newest added

Removed console.log that appear whenever you make a new connection and perform queries in MySQL.

The library itself is working today, but I found some points that could be improved and checked: **- When executing the connection and queries it has console.log in everything, it...

What security concerns are there with using this library rather than the Tunnels connector? With Tunnels, you can leave all ports closed to inbound traffic. But I have to assume...

The tests for the original package has not been run. I suspect some tests will have to be modified, and maybe we'll come across some functions that has to be...