Database project template

The Database project template aims to make creating a new database project for your microservice is as easy as possible.

dotnet new database --name [Name of your Database]  --output [output location]

Using Rider project wizard

Database project