Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ogobrecht committed Jun 20, 2019
1 parent 4d1803b commit 87b74ac
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
1 change: 1 addition & 0 deletions PLEX.pks
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,7 @@ WITH
END queries_to_csv_zip;
SELECT queries_to_csv_zip FROM dual;
{{/}}
```
**/


Expand Down
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ BEGIN
-- do something with the zip file
-- Your code here...
END;
{{/}}
/
```

EXAMPLE ZIP FILE SQL
Expand Down Expand Up @@ -164,7 +164,7 @@ WITH
p_base_path_data => 'app_data'));
END backapp;
SELECT backapp FROM dual;
{{/}}
/
```

SIGNATURE
Expand Down Expand Up @@ -286,7 +286,7 @@ BEGIN
-- do something with the zip file
-- Your code here...
END;
{{/}}
/
```

EXAMPLE EXPORT ZIP FILE SQL
Expand All @@ -307,7 +307,8 @@ WITH
RETURN v_return;
END queries_to_csv_zip;
SELECT queries_to_csv_zip FROM dual;
{{/}}
/
```

SIGNATURE

Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
},
"dependencies": {
"chokidar-cli": "^1.2.2",
"ploc": "^0.6.0"
"ploc": "^0.6.1"
}
}

0 comments on commit 87b74ac

Please sign in to comment.