What problem does it solve? Setting up and connecting to a managed relational database on Google Cloud involves many steps—enabling APIs, provisioning instances, configuring users, and establishing secure connectivity. This Skill guides you through the entire Cloud SQL workflow for MySQL, PostgreSQL, and SQL Server without needing to memorize gcloud commands or connection patterns. ## Core Features & Use Cases - Instance Provisioning: Step-by-step gcloud commands to enable the SQL Admin API, create instances, set passwords, and create databases. - Secure Connectivity: Guidance on the Cloud SQL Auth Proxy, IAM roles, Private IP, and language connectors for Python, Java, Node.js, and Go. - Infrastructure as Code & MCP: Terraform examples for instances, databases, and users, plus Cloud SQL MCP server tools for agent-driven database management. - Use Case: You need a PostgreSQL database for a new application. Use this Skill to create a Cloud SQL for PostgreSQL instance, configure the postgres user, start the Auth Proxy, and connect with psql in minutes. ## Quick Start Ask the assistant to create a Cloud SQL for PostgreSQL instance and show you how to connect to it using the Cloud SQL Auth Proxy.