Read a database schema and rows
rootr_read_databaseReads a DATABASE node's schema and all rows. Use before adding or updating database entries to get property IDs and select column options.
Instructions
Read a Rootr (루터) DATABASE node — its schema (properties with ids/types and select options) plus all rows (each with its rowId and values). ALWAYS call this before rootr_add_row / rootr_update_row so you know the exact property ids/names and, for board/kanban views, which select column holds the status. Only works on DATABASE nodes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| databaseId | Yes | DATABASE node id |