Skip to content

Instantly share code, notes, and snippets.

@MzITHiVE
Last active September 27, 2020 14:41
Show Gist options
  • Select an option

  • Save MzITHiVE/dfb24ec40530ec638f3abb8019c36bf1 to your computer and use it in GitHub Desktop.

Select an option

Save MzITHiVE/dfb24ec40530ec638f3abb8019c36bf1 to your computer and use it in GitHub Desktop.
Entity framework import models database first .NET Core;
Scaffold-DbContext "server=localhost;port=3306;user=USER;password=PASSWORD;database=DATABASE" Pomelo.EntityFrameworkCore.MySql -OutputDir Models/Entities -f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment