Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 257 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 257 Bytes

Console

dotnet run -p Catalogue.Api/

Scaffold

Scaffold-DbContext "Server=127.0.0.1;port=5432;user id=postgres;password=<password-here>;database=Catalogue;pooling=true" Npgsql.EntityFrameworkCore.PostgreSQL -OutputDir Data -force