Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.lyzn.ai/llms.txt

Use this file to discover all available pages before exploring further.

LyznDB Update

Update data in your personal database

Properties

PropertyValue
Typelyzndb-update
FamilyActions
GroupDatabase

Parameters

NameLabelTypeDescriptionRequired
tableTable NameStringName of the table to updateYes
dataDataJSONObject with columns to updateYes
whereWHERE ClauseStringWHERE condition (use ? for parameters)Yes
whereParamsWHERE ParametersJSONArray of parameters for WHERE clauseNo

Outputs

NameLabelTypeDescription
rowsUpdatedrowsUpdatednumberNumber of rows updated
successsuccessbooleanWhether update succeeded