Commit fb587f6
committed
feat: add driver schemas for MongoDB and PostgreSQL with configuration options
- Introduced MongoDB driver configuration schema with connection settings including URI, database name, host, port, authentication, SSL, and connection pool settings.
- Added PostgreSQL driver configuration schema with similar connection settings, including support for SSL, application name, and connection pool management.
- Created a unified driver options schema to standardize driver behavior across different database types.1 parent 91ea3b0 commit fb587f6
9 files changed
Lines changed: 2 additions & 2 deletions
File tree
- packages/spec/src/data
- driver
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
| 2 | + | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
0 commit comments