Skip to content

Commit

Permalink
chore: Add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
codingconcepts committed Apr 25, 2024
1 parent 4e1523a commit 719364a
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -722,3 +722,22 @@ Thanks to the maintainers of the following fantastic packages, whose code this t
* Better support for post generation (e.g. `IMPORT`)
* Improve code coverage
* Write file after generating, then only keep columns that other tables need
* Support for range without a table count (e.g. the following results in zero rows unless a count is provided)
``` yaml
- name: bet_types
count: 3
columns:
- name: id
type: range
processor:
type: int
from: 1
step: 1
- name: description
type: const
processor:
values: [Win, Lose, Draw]
```

* Default step value for int range (of 1)

0 comments on commit 719364a

Please sign in to comment.