Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ccmorataya/dotnet6-ef-mysql
- Owner: ccmorataya
- Created: 2022-05-25T18:18:56.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-05-25T18:33:10.000Z (over 2 years ago)
- Last Synced: 2024-11-07T03:38:36.026Z (2 months ago)
- Language: C#
- Size: 3 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```