alloydb-omni Claude Code Plugin
Claude Code PluginClaude CodeDatabaseDatabases & StorageThe explanation below is AI-generated. Please verify it against the sources.
This plugin gives an AI assistant the ability to create, connect to, and work with AlloyDB Omni database instances using natural language. It bundles multiple skill sets covering schema exploration, SQL query execution, performance analysis, activity monitoring, engine optimization, health auditing, replication tracking, access control review, and container or Kubernetes management. Connection details such as host, port, database name, username, and password are supplied through environment variables. It is intended for use with supported AI agents including Claude Code, and requires an active AlloyDB Omni instance to function. The project is currently in a beta stage prior to its first stable release.
About the service
AlloyDB Omni is a downloadable, self-managed edition of Google's AlloyDB database engine that can be run in Docker containers or on Kubernetes, separate from the fully managed Google Cloud service.
What you can do with alloydb-omni
- Create and manage AlloyDB Omni clusters or containers via Docker or Kubernetes
- Explore database schemas, tables, views, triggers, and columns through natural language
- Execute SQL queries and retrieve or summarize data
- Generate code, such as Python dataclasses, based on table schemas
- Analyze query performance and inspect execution plans and statistics
- Monitor server activity, locks, and long-running transactions for troubleshooting
- Audit database health, storage bloat, and broken indexes
- Check replication sync status and publication tables
- Review user roles, permissions, and security-related configuration