Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
dveeden committed Jan 3, 2025
1 parent fa0edea commit 099a9cc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dumpling-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -446,4 +446,3 @@ Besides the data files, you could also define named templates to replace the fil
| view | `{{fn .DB}}.{{fn .Table}}-schema-view` |
For instance, using `--output-filename-template '{{define "table"}}{{fn .Table}}.$schema{{end}}{{define "data"}}{{fn .Table}}.{{printf "%09d" .Index}}{{end}}'`, Dumpling will write the schema of the table `"db"."tbl:normal"` into the file `tbl%3Anormal.$schema.sql`, and data into the files like `tbl%3Anormal.000000000.sql`.

0 comments on commit 099a9cc

Please sign in to comment.