What problem does it solve? Managing databases through manual GUI work is slow and hard to reproduce. This Skill provides structured guidance for creating ODB databases, connecting to external data sources, and automating forms, reports, and queries with LibreOffice Base and Python UNO scripting. ## Core Features & Use Cases - Database Creation: Build new ODB databases with embedded HSQLDB or Firebird, or connect to MySQL, PostgreSQL, SQLite, ODBC, and JDBC sources. - Automation with UNO: Use Python and the UNO API to create database documents, configure data sources, and run operations headlessly. - Forms, Reports, and SQL: Design data entry forms, generate reports, and execute SQL queries with connection string references. - Use Case: Connect LibreOffice Base to a remote MySQL server, store the connection as an ODB file, and automate report generation from live query results. ## Quick Start Ask the assistant to create a new LibreOffice Base ODB database and connect it to your MySQL server using a Python UNO script.