Skip to content

Commit c2cf8c8

Browse files
authored
docs: Update README.md (#5)
* docs: Update README.md * Update README.md
1 parent 2b14278 commit c2cf8c8

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
# Gemini CLI Extension - PostgreSQL
22

3+
> [!NOTE]
4+
> This extension is currently in beta, and may see breaking changes until the first stable release (v1.0).
5+
36
This Gemini CLI extension provides a set of tools to interact with [PostgreSQL](https://www.postgresql.org/docs/) 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.
47

8+
Learn more about [Gemini CLI Extensions](https://github.com/google-gemini/gemini-cli/blob/main/docs/extension.md).
9+
510
## Why Use the Postgres Extension?
611

712
* **Natural Language Management:** Stop wrestling with complex commands. Explore schemas and query data by describing what you want in plain English.
@@ -12,7 +17,7 @@ This Gemini CLI extension provides a set of tools to interact with [PostgreSQL](
1217

1318
Before you begin, ensure you have the following:
1419

15-
* [Gemini CLI](https://github.com/google-gemini/gemini-cli) installed.
20+
* [Gemini CLI](https://github.com/google-gemini/gemini-cli) installed with version +v0.6.0.
1621
* A running PostgreSQL instance.
1722
* User are granted database-level permissions to execute queries.
1823

0 commit comments

Comments
 (0)