Builds an INSERT statement from a column to value object.
Column order follows object key order. Values flow through positional
bindings, so key names are quoted-and-validated while values are never
interpolated. undefined values are skipped; null inserts a SQL NULL.
Builds an
INSERTstatement from a column to value object.Column order follows object key order. Values flow through positional bindings, so key names are quoted-and-validated while values are never interpolated.
undefinedvalues are skipped;nullinserts a SQL NULL.