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

Commit 9e748e1

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ AI agent that helps you to chat with and selectively update a PostgreSQL databas
66

77
This plugin provides three actions for interacting with PostgreSQL databases:
88

9-
1. **Chat with your DB** (`chatWithYourDb`)
9+
1. **READ: Chat with your DB** (`chatWithYourDb`)
1010

1111
- Executes a read-only SQL query and returns the results
1212
- Requires read-only connection string and SQL query as inputs
1313
- Automatically retrieves the schema of the database and uses it to generate the SQL query
1414
- Perfect for SELECT statements and data retrieval for non-technical users
1515

16-
2. **Update Specific Field or Record** (`updateSpecificFieldOfRecord`)
16+
2. **WRITE: Update Specific Field or Record** (`updateSpecificFieldOfRecord`)
1717

1818
- Updates a specific field in a database record using a predefined query template
1919
- Requires write-enabled connection string, update query template with {record} and {value} placeholders

0 commit comments

Comments
 (0)