We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1946c72 commit c3a8bf5Copy full SHA for c3a8bf5
src/PostgrestQueryBuilder.ts
@@ -34,7 +34,7 @@ export default class PostgrestQueryBuilder<
34
/**
35
* Perform a SELECT query on the table or view.
36
*
37
- * @param columns - The columns to retrieve, separated by commas. Map a column to a custom key by writing `key:column`
+ * @param columns - The columns to retrieve, separated by commas. Columns can be renamed when returned with `customName:columnName`
38
39
* @param options - Named parameters
40
0 commit comments