MySQL

How to install MySQL Workbench on mac OS

In case you want to use a visual tool rather than just using Terminal to interact with your MySQL databases in a more structured way, MySQL Workbench is one of the best alternatives.

How to create MySQL database with node.js

The following examples will show you exactly how to create a MySQL database with nodejs using the two types of connection: Single Connection and Connection Pooling.

MySQL queries examples in node.js

In the Following, examples of INSERT, SELECT, UPDATE and DELETE queries necessary to operate all CRUD operations: Create, Read, Update and Delete. We will write our queries to get data or make changes to a table named “Employee”.

Translate »