Skip to content

List Local Database

Purpose of the Node

The List Local Database node is designed to fetch a list of items from a locally stored database. It supports optional filtering via limit and offset parameters, and outputs the results as an array.

Pins

Pin NamePin DescriptionPin TypeValue Type
StartInput signal to initiate the node executionExecutionNone
DatabaseReference to the database connectionStructNodeDBConnection
LimitMaximum number of items to fetchIntegerNone
OffsetStarting point for the item fetchIntegerNone
EndOutput signal indicating the completion of the node executionExecutionNone
ValuesArray of fetched itemsStructArray