Commit 8e51745
committed
feat: Add datasource and driver schemas with validation
- Introduced `DatasourceSchema` and `DatasourceCapabilities` to define the structure and capabilities of data sources.
- Implemented `DriverInterfaceSchema` and `DriverCapabilitiesSchema` to standardize driver implementations across various databases.
- Created comprehensive tests for driver capabilities and interface to ensure compliance with defined schemas.
- Added support for various driver operations including CRUD, bulk operations, and transaction management.1 parent 685c027 commit 8e51745
File tree
6 files changed
+3
-3
lines changed- packages/spec/src
- data
- system
6 files changed
+3
-3
lines changedFile renamed without changes.
File renamed without changes.
File renamed without changes.
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
| 22 | + | |
21 | 23 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | 12 | | |
14 | 13 | | |
15 | 14 | | |
| |||
22 | 21 | | |
23 | 22 | | |
24 | 23 | | |
25 | | - | |
26 | 24 | | |
27 | 25 | | |
28 | 26 | | |
| |||
0 commit comments