Skip to content

Commit 1dc3c1d

Browse files
author
mattia rossi
committed
Fix #46, updated README
1 parent ed9f14e commit 1dc3c1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ Generate PLV8 functions for an input typescript file
183183
| --write-bundler-output | Boolean | Write the intermediate bundled Javascript output from bundler (currently, only ESBuild interface exists) | `false` |
184184
| --input-file | String | Specify an input file path (only Typescript supported at the moment) | `input.ts` |
185185
| --output-folder | String | Specify an output folder | `plv8ify-dist` |
186-
| --scope-prefix | String | Specify a scope prefix, by default `empty`, adds provided string as prefix for exported typescript functions | `plv8ify` |
186+
| --scope-prefix | String | Specify a scope prefix, by default `(empty string)`, adds provided string as prefix for exported typescript functions | `plv8ify` |
187187
| --pg-function-delimiter | String | Specify a delimiter for the generated Postgres function | `$plv8ify$` |
188188
| --fallback-type | String | Specify a fallback type when `plv8ify` fails to map a detected Typescript type to a Postges type | `JSONB` |
189189
| --mode | 'inline', 'bundle' or 'start_proc' | 'inline' will bundle the library in each function, both 'bundle' and 'start_proc' creates a `{prefix}_init` function that loads the library. 'bundle' adds a check to each function to call 'init' if required, whereas 'start_proc' is designed to be used with plv8.start_proc | `inline` |

0 commit comments

Comments
 (0)