Posts tagged "MySQL"

Published: April 26 2023

Next.js 13 + MySQL - Connect to MySQL Database with Sequelize in Next.js

How to connect to a MySQL database in Next.js using Sequelize and MySQL2
Published: April 25 2023

Next.js 13 + MySQL - User Registration and Login Tutorial with Example App

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.
Published: April 19 2023

.NET 7.0 + MySQL - Connect to MySQL Database with Dapper in C# and ASP.NET Core

How to connect to a MySQL database with C# in ASP.NET Core using Dapper and ADO.NET
Published: April 17 2023

MySQL + Dapper - Create database if it doesn't exist on startup with C# and ASP.NET Core

How to auto create a database and tables in MySQL with C#, ASP.NET Core and the Dapper ORM
Published: April 14 2023

.NET 7.0 + Dapper + MySQL - CRUD API Tutorial in ASP.NET Core

How to build a .NET 7.0 CRUD API with Dapper and a MySQL database.
Published: June 26 2022

Node.js + MySQL - Connect to MySQL database with Sequelize & MySQL2

How to connect from Node.js to MySQL using Sequelize & MySQL2, and automatically create/update the MySQL database from code.
Published: March 25 2022

.NET 6.0 - Connect to MySQL Database with Entity Framework Core

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

Node.js + MySQL - CRUD API Example and Tutorial

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

.NET 5.0 - Connect to MySQL Database with Entity Framework Core

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

Sequelize + MySQL - Create database if it doesn't exist

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

Node.js + MySQL - Boilerplate API with Email Sign Up, Verification, Authentication & Forgot Password

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

Node.js + MySQL - Simple API for Authentication, Registration and User Management

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.
Supported by