Skip to content

Commit 4bc5658

Browse files
Dido (Christoph Poelt)porsager
authored andcommitted
remove document args for .describe()
`describe` does not seem to take any arguments
1 parent 3ad71d6 commit 4bc5658

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ await sql`
423423
```
424424

425425
### Query Descriptions
426-
#### ```await sql``.describe([rows = 1], fn) -> Result[]```
426+
#### ```await sql``.describe() -> Result[]```
427427

428428
Rather than executing a given query, `.describe` will return information utilized in the query process. This information can include the query identifier, column types, etc.
429429

0 commit comments

Comments
 (0)