Skip to content

Commit 1946c72

Browse files
yannxaversteve-chavez
authored andcommitted
Update PostgrestQueryBuilder.ts
1 parent 8ce5da4 commit 1946c72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PostgrestQueryBuilder.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export default class PostgrestQueryBuilder<
3434
/**
3535
* Perform a SELECT query on the table or view.
3636
*
37-
* @param columns - The columns to retrieve, separated by commas
37+
* @param columns - The columns to retrieve, separated by commas. Map a column to a custom key by writing `key:column`
3838
*
3939
* @param options - Named parameters
4040
*

0 commit comments

Comments
 (0)