update(docstring): add example for create_database to provide recommended db/cache name

This commit is contained in:
Wataru Otsubo 2025-01-27 18:08:55 +09:00
parent 3a3f7a53f8
commit c122912fe8

View file

@ -60,6 +60,11 @@ If you want to use alternative CSV or are not online, you can specify the path o
- `dispatch_csv`: CSV of dispatch lists exported from the Google sheets database
- `hundred_csv`: CSV of 100 tests results exported from the Google sheets database
- `jathubs_csv`: CSV for jathub list used in QAQC. Used to add skew.
# Examples
```julia
create_database("psboard_qaqc.db", masterlog_dir="test/input/log/", slavelog_dir="test/input/slavelogs/", slavelog_result="slavelog.jld2")
```
"""
function create_database(
dbpath::AbstractString;