-add
Adds a record.
Target
Signature
1-addAdds a record.
-add is part of this LaiRu reference group. -add is part of datasource access. Prefer bind values for visitor input, inspect errors during writes, and keep display escaping separate from SQL handling.
Examples
Basic call
1inline(-database='contacts', -table='people', -add, 'name'='Ada') => { field('id') }The example shows the call shape; use bind values and checked errors for visitor-supplied data.