Skip to main content

INSERT Builder

The InsertDyn builder creates INSERT statements with parameterized values.

Features

  • Single and multiple row inserts
  • Accepts any type that implements ToSqlValue
  • All values are automatically parameterized to prevent SQL injection

API Reference

See the InsertDyn rustdoc for the full API with code examples.