@sqlrooms/duckdb / checkTableExists
Function: checkTableExists()
checkTableExists(
tableName
,schema
):Promise
<boolean
>
Parameters
Parameter | Type | Default value |
---|---|---|
tableName | string | undefined |
schema | string | 'main' |
Returns
Promise
<boolean
>
@sqlrooms/duckdb / checkTableExists
checkTableExists(
tableName
,schema
):Promise
<boolean
>
Parameter | Type | Default value |
---|---|---|
tableName | string | undefined |
schema | string | 'main' |
Promise
<boolean
>