From f14ed04ce1752d3059335ae07af6af017cd743cf Mon Sep 17 00:00:00 2001 From: DavidGudEnough Date: Thu, 2 Jan 2025 17:06:55 -0500 Subject: [PATCH] first commit --- README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..c2ab95c --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +## Database Scaffolding to generate Entities + +`dotnet ef dbcontext scaffold "Name=Database:ConnectionString" Npgsql.EntityFrameworkCore.PostgreSQL --context CHDbScaffoldedContext --context-dir ./ --output-dir DbEntity --startup-project CH.Api --project CH.Dal --force` \ No newline at end of file