Skip to content

Commit bca13a0

Browse files
author
Rakesh Goyal
authored
Update README.md for sqlite..
1 parent 50ab31a commit bca13a0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/sqlite/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,26 +22,26 @@ The server provides a demonstration prompt:
2222
The server offers six core tools:
2323

2424
#### Query Tools
25-
- `read-query`
25+
- `read_query`
2626
- Execute SELECT queries to read data from the database
2727
- Input:
2828
- `query` (string): The SELECT SQL query to execute
2929
- Returns: Query results as array of objects
3030

31-
- `write-query`
31+
- `write_query`
3232
- Execute INSERT, UPDATE, or DELETE queries
3333
- Input:
3434
- `query` (string): The SQL modification query
3535
- Returns: `{ affected_rows: number }`
3636

37-
- `create-table`
37+
- `create_table`
3838
- Create new tables in the database
3939
- Input:
4040
- `query` (string): CREATE TABLE SQL statement
4141
- Returns: Confirmation of table creation
4242

4343
#### Schema Tools
44-
- `list-tables`
44+
- `list_tables`
4545
- Get a list of all tables in the database
4646
- No input required
4747
- Returns: Array of table names
@@ -53,7 +53,7 @@ The server offers six core tools:
5353
- Returns: Array of column definitions with names and types
5454

5555
#### Analysis Tools
56-
- `append-insight`
56+
- `append_insight`
5757
- Add new business insights to the memo resource
5858
- Input:
5959
- `insight` (string): Business insight discovered from data analysis

0 commit comments

Comments
 (0)