Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ccmorataya/dotnet6-ef-mysql

Test dotnet 6 api with mysql using entity framework
https://github.com/ccmorataya/dotnet6-ef-mysql

Last synced: 15 days ago
JSON representation

Test dotnet 6 api with mysql using entity framework

Awesome Lists containing this project

README

        

# Dotnet 6.0 Example with MySQL and EF

## Installing dependencies:
```bash
dotnet add package Pomelo.EntityFrameworkCore.MySql
dotnet add package Microsoft.EntityFrameworkCore
dotnet add package Microsoft.EntityFrameworkCore.Design
dotnet add package Microsoft.EntityFrameworkCore.Tools
```