mirror of
https://gitlab.cern.ch/wotsubo/PSBoardDataBase.git
synced 2025-06-07 21:45:43 +09:00
update(docstring): add example for create_database to provide recommended db/cache name
This commit is contained in:
parent
3a3f7a53f8
commit
c122912fe8
1 changed files with 5 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue