Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/scaffold.rs
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ const SCAFFOLD_HEADER: &str = r#"# Dumpling starter config (beta) — generated
# JSON path segments keep the casing from the sampled payload (e.g. camelCase API fields).
# Name heuristics are English-oriented: unmistakable column names map directly; other "*name*"
# columns only become `strategy = "name"` when sampled INSERT/COPY text looks person-shaped.
# `datetime_fuzz` / `time_fuzz` are not auto-suggested — add them explicitly if you need timestamp drift.
# Review every rule; add salt for hash strategies and extend row_filters / column_cases as needed.
#

Expand Down
Loading
Loading