You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+58-25Lines changed: 58 additions & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,23 +35,6 @@ Before you begin, ensure you have the following:
35
35
36
36
## Getting Started
37
37
38
-
### Configuration
39
-
40
-
You may be prompted to configure the following settings during installation. These settings can also be set as environment variables.
41
-
42
-
-`CLOUD_SQL_POSTGRES_PROJECT`: The GCP project ID.
43
-
-`CLOUD_SQL_POSTGRES_REGION`: The region of your Cloud SQL instance.
44
-
-`CLOUD_SQL_POSTGRES_INSTANCE`: The ID of your Cloud SQL instance.
45
-
-`CLOUD_SQL_POSTGRES_DATABASE`: The name of the database to connect to.
46
-
-`CLOUD_SQL_POSTGRES_USER`: (Optional) The database username. Defaults to the active IAM user.
47
-
-`CLOUD_SQL_POSTGRES_PASSWORD`: (Optional) The password for the database user.
48
-
-`CLOUD_SQL_POSTGRES_IP_TYPE`: (Optional) Type of the IP address: `PUBLIC`, `PRIVATE`, or `PSC`. Defaults to `PUBLIC`.
49
-
50
-
> [!NOTE]
51
-
>
52
-
> - Ensure [Application Default Credentials](https://cloud.google.com/docs/authentication/gcloud) are available in your environment.
53
-
> - If your Cloud SQL for PostgreSQL instance uses private IPs, you must run your agent in the same Virtual Private Cloud (VPC) network.
54
-
55
38
### Installation & Usage
56
39
57
40
To start interacting with your database, install the skills for your preferred AI agent, then launch the agent and use natural language to ask questions or perform tasks.
@@ -76,30 +59,80 @@ _(Tip: Run `/extensions list` to verify your configuration and active extensions
76
59
77
60
#### Claude Code
78
61
79
-
**1. Install the plugin:**
62
+
**1. Start the agent:**
80
63
```bash
81
-
claude plugin add https://github.com/gemini-cli-extensions/cloud-sql-postgresql
0 commit comments