Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
lmcmicu committed Aug 29, 2024
1 parent 8f30352 commit 5e6266a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -396,13 +396,15 @@ The **path** column indicates where the data for a given table may be found. It

This is summarized in the following table:

path | possible types | possible options | created by | loaded by
path | possible types | possible options | created by | loaded by*
-------------------|--------------------------|-----------------------|-----------------------------------------------|----------
Ends in '.tsv' | any valid type, or empty | *db_view* not allowed | Valve | Valve
Ends in '.sql' | must be empty | *edit* not allowed | *db_view*: the '.sql' file, *db_table*: Valve | Valve (unless *db_view* is set)
Generic executable | must be empty | *edit* not allowed | *db_view*: the executable, *db_table*: Valve | Valve (unless *db_view* is set)
Ends in '.sql' | must be empty | *edit* not allowed | *db_view*: the '.sql' file, *db_table*: Valve | Valve
Generic executable | must be empty | *edit* not allowed | *db_view*: the executable, *db_table*: Valve | Valve
empty | must be empty | *edit* not allowed | No one (assumed to already exist) | No one (assumed to be already loaded)

*: Note that loading is only applicable when the *db_view* option has not been set.

##### Further information on **options**

If no options are specified, the options *db_table*, *truncate*, *load*, *save*, *edit*, *validate_on_load*, and *conflict* will all be set to true by default. The complete list of allowable options, and their meanings, are given below:
Expand Down

0 comments on commit 5e6266a

Please sign in to comment.