Commit 33aa087
committed
feat: add shared DB utilities for URL params, schema detection, and path expansion
Adds to loader::db: parse_identifier_params, strip_prefer_params,
validate_identifier_name, detect_strategy, expand_dotted_paths,
set_nested_value, and expand_columnar trait method on ConfigLoader.
Supports three auto-detected strategies (kv, raw, wide) with
configurable table/column names, path separator, and row filtering
via URL query parameters.1 parent 159f24a commit 33aa087
2 files changed
Lines changed: 688 additions & 32 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
35 | 38 | | |
36 | 39 | | |
37 | 40 | | |
| |||
52 | 55 | | |
53 | 56 | | |
54 | 57 | | |
| 58 | + | |
55 | 59 | | |
56 | 60 | | |
57 | 61 | | |
| |||
0 commit comments