Creates a new JsDuckDBSqlBuilder instance.
Optionalargs: anyReturns the SQL query to list all hosted tables.
Returns the SQL query to create a view from a table with the given configuration.
Returns the SQL query to describe a table's schema.
Returns the SQL query to get the row count of a table.
Returns the SQL query to validate an expression against a table.
Returns the SQL query to get the column count of a view.
Returns the SQL query to delete a view.
Returns the SQL query to fetch data from a view with the given viewport.
Returns the SQL query to describe a view's schema.
Returns the SQL query to get the row count of a view.
JavaScript-facing DuckDB SQL query builder.
This struct wraps the Rust
DuckDBSqlBuilderand exposes it to JavaScript via wasm_bindgen.