cloud-sql-basics

Installation
SKILL.md

Cloud SQL Basics

Cloud SQL is a fully managed relational database service for MySQL, PostgreSQL, and SQL Server. It automates time-consuming tasks like patches, updates, backups, and replicas, while providing high performance and availability for your applications.

Prerequisites

Ensure you have the necessary IAM permissions to create and manage Cloud SQL instances. The Cloud SQL Admin (roles/cloudsql.admin) role provides full access to Cloud SQL resources.

Quick Start (PostgreSQL)

  1. Enable the API:
    gcloud services enable sqladmin.googleapis.com --quiet
    
Related skills
Installs
2.3K
Repository
google/skills
GitHub Stars
7.2K
First Seen
Apr 22, 2026