Skip to content

Commit b0d69be

Browse files
authored
docs: update readme with form (#38)
1 parent 84c0ee9 commit b0d69be

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,26 @@
66
This Gemini CLI extension provides a set of tools to interact with [Microsoft SQL Server](https://docs.microsoft.com/en-us/sql/) 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.
77

88
Learn more about [Gemini CLI Extensions](https://github.com/google-gemini/gemini-cli/blob/main/docs/extensions/index.md).
9+
> [!IMPORTANT]
10+
> **We Want Your Feedback!**
11+
> Please share your thoughts with us by filling out our feedback [form][form].
12+
> Your input is invaluable and helps us improve the project for everyone.
13+
14+
[form]: https://docs.google.com/forms/d/e/1FAIpQLSfEGmLR46iipyNTgwTmIDJqzkAwDPXxbocpXpUbHXydiN1RTw/viewform?usp=pp_url&entry.157487=sql-server
915

1016
## Why Use the SQL Server Extension?
1117

1218
* **Natural Language Management:** Stop wrestling with complex commands. Explore schemas and query data by describing what you want in plain English.
1319
* **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.
1420
* **Code Generation:** Accelerate development by asking Gemini to generate data classes and other code snippets based on your table schemas.
1521

22+
1623
## Prerequisites
1724

1825
Before you begin, ensure you have the following:
1926

2027
* [Gemini CLI](https://github.com/google-gemini/gemini-cli) installed with version **+v0.6.0**.
28+
* Setup Gemini CLI [Authentication](https://github.com/google-gemini/gemini-cli/tree/main?tab=readme-ov-file#-authentication-options).
2129
* A running SQL Server instance.
2230
* A user with database-level permissions to execute queries.
2331

@@ -33,7 +41,7 @@ gemini extensions install https://github.com/gemini-cli-extensions/sql-server
3341

3442
### Configuration
3543

36-
Set the following environment variables before starting the Gemini CLI:
44+
Set the following environment variables before starting the Gemini CLI. These variables can be loaded from a `.env` file.
3745

3846
* `MSSQL_HOST`: The hostname or IP address of the SQL Server.
3947
* `MSSQL_PORT`: The port number of the SQL Server.

0 commit comments

Comments
 (0)