Dotnet api graphql linux

From bibbleWiki
Revision as of 05:35, 6 August 2020 by Iwiseman (talk | contribs) (Created page with "= Creating a Project = ==Copy the project from RAID array== Sorry no help here == Add the packages== <syntaxhighlight lang="bash"> dotnet add package GraphQL </syntaxhighligh...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Creating a Project

Copy the project from RAID array

Sorry no help here

Add the packages

dotnet add package GraphQL

Create Database

Change the connection string

"CarvedRock": "Server=.;Database=CarvedRock;Trusted_Connection=False;User Id=test;Password=nottherealone"

Update the database

dotnet ef database update