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 Query

Execute SQL SELECT queries on your personal database

Properties

PropertyValue
Typelyzndb-query
FamilyActions
GroupDatabase

Parameters

NameLabelTypeDescriptionRequired
querySQL QueryCodeSELECT query to execute (use ? for parameters)Yes
parametersQuery ParametersJSONArray of parameters for the queryNo

Outputs

NameLabelTypeDescription
columnscolumnsarrayColumn names
rowsrowsarrayQuery result rows
rowCountrowCountnumberNumber of rows returned