AI AGENT ADDONS

Cloud Sql Basics

google/skills
Databases
6,051installs

Cloud SQL is a service from Google Cloud that runs popular databases like MySQL, PostgreSQL, and SQL Server for you. It takes care of backups, updates, and keeping your data safe. You do not need to manage the database server yourself.

The steps below help you create and set up a Cloud SQL instance using simple commands. You can choose your database type, set the number of CPUs, and pick a memory size. It also shows you how to set a password, create a database, and connect to it using the Cloud SQL Auth Proxy.

If you need a reliable and easy way to run a database in the cloud, Cloud SQL Basics gives you the steps to get started quickly. It works for both new projects and moving existing databases.

Add Cloud Sql Basics skill to your workflow

Global

mkdir -p ~/.claude/skills/cloud-sql-basics

Project

mkdir -p .claude/skills/cloud-sql-basics

Source Repository

Stars
14,195
Forks
1,088
Watchers
14,195
License
Apache-2.0
Last Push
24 days ago
Created
3 months ago