Skip to content

Commit 448f28e

Browse files
authored
docs: Update README.md (#3)
* docs: Update README.md * Update README.md
1 parent ad5a215 commit 448f28e

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Gemini CLI Extension - Cloud SQL for SQL Server
22

3-
This Gemini CLI extension provides a set of tools to interact with [Cloud SQL for SQL Server](https://cloud.google.com/sql/docs/sqlserver) instances. It allows you to manage your databases, execute queries, and explore schemas directly from the [Gemini CLI](https://google-gemini.github.io/gemini-cli/), using natural language prompts.
3+
This Gemini CLI extension provides a set of tools to interact with [Cloud SQL for SQL Server](https://cloud.google.com/sql/docs/sqlserver) instances. It allows you to manage your databases, execute queries, explore schemas, and troubleshoot issues directly from the [Gemini CLI](https://google-gemini.github.io/gemini-cli/), using natural language prompts.
44

55
## Why Use the Cloud SQL for SQL Server Extension?
66

7-
* **Natural Language Management:** Stop wrestling with complex commands. Explore schemas and query data by describing what you want in plain English.
87
* **Seamless Workflow:** As a Google-developed extension, it integrates seamlessly into the Gemini CLI environment. No need to constantly switch contexts for common database tasks.
8+
* **Natural Language Management:** Stop wrestling with complex commands. Explore schemas and query data by describing what you want in plain English.
99
* **Code Generation:** Accelerate development by asking Gemini to generate data classes and other code snippets based on your table schemas.
1010

1111
## Prerequisites
@@ -37,9 +37,12 @@ Set the following environment variables before starting the Gemini CLI:
3737
* `CLOUD_SQL_MSSQL_USER`: The database username.
3838
* `CLOUD_SQL_MSSQL_PASSWORD`: The password for the database user.
3939

40+
> [!NOTE]
41+
> When using private IPs with Cloud SQL for SQL Server, you must use a Virtual Private Cloud (VPC) network.
42+
4043
## Usage Examples
4144

42-
Interact with Cloud SQL for SQL Server using natural language right from your IDE:
45+
Interact with Cloud SQL for SQL Server using natural language:
4346

4447
* **Explore Schemas and Data:**
4548
* "Show me all tables in the 'orders' database."

0 commit comments

Comments
 (0)