Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

scaffold db

dotnet ef dbcontext scaffold
          "server=localhost;port=3306;user=root;password=mypass;database=sakila" 
         MySql.Data.EntityFrameworkCore -o sakila
         -t actor -t film -t film_actor -t language -f  
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #scaffold #db
ADD COMMENT
Topic
Name
7+9 =