Expand description
Output formatters for parlov: terminal table and raw JSON.
Two formatters are provided:
render_table: human-readable terminal table viacomfy-table.render_json: pretty-printed JSON viaserde_json.
Functionsยง
- render_
json - Renders an
OracleResultas a pretty-printed JSON string. - render_
table - Renders an
OracleResultas a human-readable terminal table.