You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
β βββ /Seeders/ # Seed data for database initialization
179
-
β βββ /Settings/ # Database IOptions
180
+
β βββ /Seeders/ # Seed data for database initialization
180
181
β
181
-
βββ /Services # Infrastructure service implementations
182
+
βββ /Services # Infrastructure service implementations
182
183
β
183
-
βββ DependencyInjection.cs # Registers Infrastructure services into DI
184
-
βββ Infrastructure.csproj # Project file
184
+
βββ DependencyInjection.cs # Registers Infrastructure services into DI
185
+
βββ Infrastructure.csproj # Project file
185
186
186
187
```
187
188
@@ -247,12 +248,19 @@ The first step :point_up: :
247
248
248
249
Create a appsettings.Development.json file at root of Api layer and just copy the content of appsettings.example.json to the file then Modify configurations in your case.
249
250
250
-
Modify PostgreSQL connection string (this template is using PostgreSQL currently).
251
+
This template supports **multiple relational database providers** and allows switching between them via configuration.
252
+
253
+
Currently, the default provider is **PostgreSQL**.
0 commit comments