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 Insert

Insert data into your personal database

Properties

PropertyValue
Typelyzndb-insert
FamilyActions
GroupDatabase

Parameters

NameLabelTypeDescriptionRequired
tableTable NameStringName of the table to insert intoYes
dataDataJSONObject or array of objects to insertYes

Outputs

NameLabelTypeDescription
rowsInsertedrowsInsertednumberNumber of rows inserted
lastInsertIdlastInsertIdnumberID of last inserted row
successsuccessbooleanWhether insert succeeded