Commit b5e7200
committed
**feat(postgresql): improve database configuration and parameter handling**
- **Auto-Migrate**:
- Add conditional import for `models` package based on `.IncludeAutoMigrate` to allow dynamic inclusion in PostgreSQL configurations.
- **Connection Parameters**:
- Rename `DbSSLMode` to `SSLMode` for consistency with standard PostgreSQL connection options.
This update enhances flexibility in auto-migration handling and aligns parameter naming with PostgreSQL conventions.1 parent ef62661 commit b5e7200
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
241 | 241 | | |
242 | 242 | | |
243 | 243 | | |
| 244 | + | |
244 | 245 | | |
| 246 | + | |
245 | 247 | | |
246 | 248 | | |
247 | 249 | | |
| |||
265 | 267 | | |
266 | 268 | | |
267 | 269 | | |
268 | | - | |
| 270 | + | |
269 | 271 | | |
270 | 272 | | |
271 | 273 | | |
| |||
0 commit comments