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 8ce5da4 commit 1946c72Copy full SHA for 1946c72
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
+ * @param columns - The columns to retrieve, separated by commas. Map a column to a custom key by writing `key:column`
38
39
* @param options - Named parameters
40
0 commit comments