Skip to content
This repository was archived by the owner on Aug 22, 2025. It is now read-only.

Commit 4adcb5d

Browse files
author
Michael Liebmann
committed
docs: organize error history and implementation requirements
1 parent d7d9f32 commit 4adcb5d

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

README.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# PostgreSQL
1+
# Database Agent (PostgreSQL)
22

3-
Connery plugin to chat with a PostgreSQL database.
3+
AI agent that helps you to chat with and selectively update a PostgreSQL database.
44

55
## Actions
66

@@ -20,11 +20,6 @@ This plugin provides three actions for interacting with PostgreSQL databases:
2020
- Supports transaction handling with automatic rollback on failure
2121
- Returns both the executed query and the updated record
2222

23-
3. **Update Any Field of Record with AI** (`updateAnyFieldOfRecordWithAI`)
24-
- Updates a single field in a specific database record using natural language, where AI generates the SQL automatically.
25-
- Requires Anthropic API key, write-enabled connection string, and an explicit description of the record, field, and new value to update.
26-
- Returns the executed query and the updated record.
27-
2823
## Repository structure
2924

3025
This repository contains the plugin's source code.

0 commit comments

Comments
 (0)