insert
Performs an INSERT into the table.
Parameters
valuesrequired|
The values to insert.
__namedParametersrequiredobject
No description provided.
onConflictrequired|
By specifying the
on_conflict
query parameter, you can make UPSERT work on a column(s) that has a UNIQUE constraint.upsertrequiredboolean
If
true
, performs an UPSERT.
Properties