How to connect to a MySQL database in Next.js using Sequelize and MySQL2
In this tutorial we'll go through an example of how to build a simple user registration, login and user management (CRUD) application with Next.js and MySQL.
How to connect to a MySQL database with C# in ASP.NET Core using Dapper and ADO.NET
How to auto create a database and tables in MySQL with C#, ASP.NET Core and the Dapper ORM
How to build a .NET 7.0 CRUD API with Dapper and a MySQL database.
How to connect from Node.js to MySQL using Sequelize & MySQL2, and automatically create/update the MySQL database from code.
This post shows goes through the steps to connect a .NET 6 API to MySQL using Entity Framework Core, and automatically create/update the MySQL database from code using EF Core migrations.
Published: November 22 2021
Tutorial on how to build a simple Node.js + MySQL API that supports CRUD operations. Includes example front end apps in React and Angular.
Published: October 26 2021
In this post we'll go through the steps to connect a .NET API to MySQL using Entity Framework Core, and to create a MySQL database from code using EF Core migrations.
Published: September 17 2020
This is a quick post to show how to automatically create a MySQL database on app startup with Sequelize if the database doesn't already exist.
Published: September 08 2020
How to build a boilerplate authentication API with Node.js and MySQL that includes email sign up & verification, authentication & role based authorization, forgot password & reset password functionality, account management (CRUD) routes with role based access control, and Swagger documentation.
Published: August 18 2020
Simple Node.js + MySQL API that supports User Registration, Login and User Management. Uses Sequelize ORM and includes example client apps built with React, Angular & Vue.