Manage databases and reports
baseskillsetup L2★0
FISCFED9/CLI ↗What it does
Create and manage database workflows with LibreOffice
Best for
Automating database operations, forms, and report generation when ODB or embedded databases suit the use case better than CLI tools.
Inputs
- · database_config
- · connection_params
- · data_files
Outputs
- · odb_file
- · database_document
- · query_results
Requires
- · LibreOffice
- · HSQLDB
- · Firebird
- · JDBC/ODBC
Preconditions
LibreOffice installed and socket available; database server accessible
Failure modes
- · Connection timeout
- · Socket unavailable
- · Driver not installed
- · Invalid connection string
Trust signals
- · UNO API reference provided
- · Multiple database type support documented
- · Error handling patterns shown