Small DuckDB DML SQL builders.
These helpers return SQL iodata for setup and example insert statements while
still allowing DuckDB expressions where needed. For large batches, prefer
QuackDB.insert_rows/4, QuackDB.insert_columns/4, or
QuackDB.Explorer.insert_dataframe/4.
Summary
Functions
Builds an INSERT INTO ... VALUES ... statement.