cloud-sql-basics

Automate Cloud SQL instance and database provisioning across MySQL, PostgreSQL, and SQL Server.

4|Updated Jul 16, 2012
One-click install
npx skills add https://github.com/takashabe/dotfiles --skill cloud-sql-basics
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cloud-sql-basics
Source: https://github.com/takashabe/dotfiles/tree/main/.claude/skills/cloud-sql-basics
Command: npx skills add https://github.com/takashabe/dotfiles --skill cloud-sql-basics

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Cloud SQL Basics helps you provision and manage Google Cloud SQL databases across MySQL, PostgreSQL, and SQL Server, automating setup, backups, high availability, and secure connectivity.

Core Features & Use Cases

  • Automates provisioning of Cloud SQL instances and databases across engines.
  • Provides guidance for secure access, backups, and connectivity configurations.
  • Use Case: Quickly set up a production-ready database with IAM-based access and automated backups.

Quick Start

Create a Cloud SQL PostgreSQL instance in your region of choice, then create a database and a user with a secure password.

Frequently Asked Questions about cloud-sql-basics

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I provision a Google Cloud SQL database using Terraform?

Provision a Google Cloud SQL database by applying Terraform infrastructure-as-code templates to automate instance creation, database setup, and secure user configuration across MySQL, PostgreSQL, and SQL Server.

Can I configure high availability and automated backups for Cloud SQL instances?

Yes, you can configure high availability and automated backups for Cloud SQL instances by applying the provisioning parameters that manage regional replication and scheduled backup retention.

What IAM roles and API enablement are required to manage Cloud SQL?

Managing Cloud SQL requires enabling the Cloud SQL Admin API and assigning appropriate IAM roles to your service account to authorize instance provisioning and secure connectivity configuration.

How do I securely connect to a Cloud SQL PostgreSQL instance?

Securely connect to a Cloud SQL PostgreSQL instance by configuring IAM-based access controls and leveraging Cloud SQL client libraries to establish authorized connectivity to your managed deployment.

Does this approach support SQL Server deployments across multiple regions on Google Cloud?

Yes, this approach supports SQL Server deployments across multiple regions on Google Cloud by automating regional instance configuration and secure connectivity for managed SQL databases.

What is the best way to automate managed SQL database setup on Google Cloud?

The best way to automate managed SQL database setup on Google Cloud is using infrastructure-as-code with Terraform to handle end-to-end workflows including API enablement and IAM roles.