DEV Community

Adrian Twarog
Adrian Twarog

Posted on

4 2

Deno MySQL | Deno SQL Driver Library

Deno MySQL is a library that allows us to connect our deno application to SQL servers similar to MySQL or MariaDB. I've done a quick tutorial to describe how to install and use it.


Youtube: Deno MySQL Tutorial

Included in this video are:

  • Deno SQL connection
  • Database creation
  • Table creation
  • Row inserts with new data
  • Row updates with different data
  • Row deletes
  • Close database connection

Deno MySQL:
https://github.com/manyuanrong/deno_mysql

Deno:
http://deno.land/

Follow and support me:

Special thanks if you subscribe to my channel :)

Want to see more:

I will try to post new great content every day. Here are the latest items:

Top comments (1)

Collapse
 
bayokwendo profile image
Brian Kwendo

I am running into read packet timeout in deno-mysql. Strangely this happens both in remote and local servers. The servers are ok. Deno is running ok also. But now my issue is when executing a query, initial request will produce an error "Error: Error: Read packet timeout" but surprisingly when requesting for the second time, that is second click. the MySQL query execute as expected.

Cloudinary image

Optimize, customize, deliver, manage and analyze your images.

Remove background in all your web images at the same time, use outpainting to expand images with matching content, remove objects via open-set object detection and fill, recolor, crop, resize... Discover these and hundreds more ways to manage your web images and videos on a scale.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay