Skip to content

@sqlrooms/duckdb / SplitSqlStatementsOptions

Type Alias: SplitSqlStatementsOptions

SplitSqlStatementsOptions = object

Options for splitSqlStatements.

Properties

removeComments?

optional removeComments?: boolean

Whether to remove SQL comments from returned statements. Comment removal preserves line breaks and inserts whitespace where needed to avoid joining adjacent SQL tokens.

Default

ts
true