Skip to content

Get Database Schema Local

Purpose of the Node

The “Get Database Schema Local” node retrieves the schema from a locally connected database and outputs it as a struct. This node is useful for dynamically understanding the structure of a database without hardcoding the schema details.

Pins

Pin NamePin DescriptionPin TypeValue Type
StartInput pin to trigger the node execution.ExecutionNone
DatabaseDatabase connection reference to fetch the schema from.StructNodeDBConnection
EndOutput pin to indicate that schema retrieval is done.ExecutionNone
SchemaThe retrieved local database schema.StructNone