Add PostgreSQL integration with EF Core + Notes demo page

This commit is contained in:
Chuck Smith
2026-02-22 14:51:44 -05:00
parent 16f09da460
commit 9cf0cbadd6
15 changed files with 484 additions and 5 deletions

13
dotnet-tools.json Normal file
View File

@@ -0,0 +1,13 @@
{
"version": 1,
"isRoot": true,
"tools": {
"dotnet-ef": {
"version": "10.0.3",
"commands": [
"dotnet-ef"
],
"rollForward": false
}
}
}