agentsclimarketplace

Exasol jdbc virtual schemas

Skill exasol-labs/exasol-agent-skills/plugins/exasol/skills/exasol-jdbc-virtual-schemas

Exasol skills for AI agents. Optimized for Claude Code and OpenAI Codex 🤖

Install
npx -y skills add exasol-labs/exasol-agent-skills --skill exasol-jdbc-virtual-schemas

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 10 stars10 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Use Exasol JDBC-based virtual schemas for federated read-only access to external databases. Covers database-source adapter selection, CREATE VIRTUAL SCHEMA, EXPLAIN VIRTUAL, metadata refresh, and query-side troubleshooting.

SKILL.md

2.1 KB, as published. Nobody here has run it

Exasol JDBC Virtual Schemas Skill

Use this skill only for JDBC or database-source virtual schemas where Exasol queries external data in place.

Trigger when the user mentions JDBC virtual schema, database-source federation, query external database through a virtual schema, JDBC source adapter, supported JDBC dialect, or EXPLAIN VIRTUAL together with a JDBC/database-source virtual schema context.

Routing Algorithm

  1. Create or query a JDBC virtual schema

    • Trigger phrases: JDBC virtual schema, query external database, database-source virtual schema, JDBC source adapter
    • Load: references/jdbc-virtual-schemas.md
  2. Refresh, explain, or troubleshoot a JDBC virtual schema

    • Trigger phrases: EXPLAIN VIRTUAL with JDBC context, ALTER VIRTUAL SCHEMA with JDBC context, REFRESH TABLES, partial refresh, connection validation, pushdown
    • Load: references/jdbc-virtual-schemas.md
  3. Choose a JDBC adapter family

    • Trigger phrases: supported JDBC dialect, dedicated adapter, PostgreSQL virtual schema, Oracle virtual schema, SQL Server virtual schema, MySQL virtual schema, DB2 virtual schema
    • Load: references/jdbc-virtual-schemas.md

Notes

  • Use this skill for federated access through JDBC/database-source virtual schemas.
  • Use exasol-import or exasol-cloud-storage-extension when the user wants to efficiently bulk-copy data into Exasol instead of querying it in place.
  • Use exasol-export when the user wants to move Exasol data out to another system.
  • Use exasol-extension-catalog when the source is not clearly JDBC/database-based or the user is still choosing between Virtual Schema, extension, connector, or integration families.
  • Use exasol-bucketfs when the task is specifically about uploading, listing, or removing adapter and driver JARs in BucketFS.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.