From b03cc1aeb478b2f76598ba366f2cbc49fcb9e92c Mon Sep 17 00:00:00 2001 From: key7men Date: Mon, 27 Sep 2021 16:03:59 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=9F=E6=88=90=E5=8F=AF=E7=94=A8=E7=9A=84?= =?UTF-8?q?=E6=B1=89=E5=8C=96=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/docs/reference/dart/.gitkeep | 0 web/spec/cli.yml | 2 +- web/spec/combined.json | 144 ++++++++++++------------- web/spec/dart.yml | 177 +++++++++++++++--------------- web/spec/gen/components/Page.ts | 3 - web/spec/postgrest.json | 4 +- web/spec/supabase.yml | 180 ++++++++++++++++--------------- 7 files changed, 257 insertions(+), 253 deletions(-) delete mode 100644 web/docs/reference/dart/.gitkeep diff --git a/web/docs/reference/dart/.gitkeep b/web/docs/reference/dart/.gitkeep deleted file mode 100644 index e69de29b..00000000 diff --git a/web/spec/cli.yml b/web/spec/cli.yml index e0d3d4de..f1a13ef0 100644 --- a/web/spec/cli.yml +++ b/web/spec/cli.yml @@ -24,7 +24,7 @@ info: npm install supabase -g ``` - definition: spec/old_combined.json + definition: spec/combined.json libraries: - name: 'sh' id: 'sh' diff --git a/web/spec/combined.json b/web/spec/combined.json index ea858b4e..a83b8292 100644 --- a/web/spec/combined.json +++ b/web/spec/combined.json @@ -23511,7 +23511,7 @@ "isExported": true }, "comment": { - "shortText": "查找所有在所述 column 上的json、数组或范围值被指定的 value所包含的记录. `." + "shortText": "查找所有在所述 `column` 上的json、数组或范围值被指定的 `value` 所包含的记录." }, "parameters": [ { @@ -23523,7 +23523,7 @@ "isExported": true }, "comment": { - "text": "The column to filter on." + "text": "The `column` to filter on." }, "type": { "type": "typeOperator", @@ -23543,7 +23543,7 @@ "isExported": true }, "comment": { - "text": "The value to filter with.\n" + "text": "The `value` to filter with.\n" }, "type": { "type": "union", @@ -23610,7 +23610,7 @@ "isExported": true }, "comment": { - "shortText": "查找所有在所述 column 上的json、数组或范围值包含在 value 中指定的值的记录." + "shortText": "查找所有在所述 `column` 上的json、数组或范围值包含在 `value` 中指定的值的记录." }, "parameters": [ { @@ -23622,7 +23622,7 @@ "isExported": true }, "comment": { - "text": "The column to filter on." + "text": "The `column` to filter on." }, "type": { "type": "typeOperator", @@ -23642,7 +23642,7 @@ "isExported": true }, "comment": { - "text": "The value to filter with.\n" + "text": "The `value` to filter with.\n" }, "type": { "type": "union", @@ -23766,7 +23766,7 @@ "isExported": true }, "comment": { - "shortText": "查找所有在所述 column 上的值与指定的 value 完全匹配的记录." + "shortText": "查找所有在所述 `column` 上的值与指定的 `value` 完全匹配的记录." }, "parameters": [ { @@ -23778,7 +23778,7 @@ "isExported": true }, "comment": { - "text": "The column to filter on." + "text": "The `column` to filter on." }, "type": { "type": "typeOperator", @@ -23798,7 +23798,7 @@ "isExported": true }, "comment": { - "text": "The value to filter with.\n" + "text": "The `value` to filter with.\n" }, "type": { "type": "indexedAccess", @@ -23849,7 +23849,7 @@ "isExported": true }, "comment": { - "shortText": "找到所有 column 符合过滤器要求的记录." + "shortText": "找到所有 `column` 符合过滤器要求的记录." }, "parameters": [ { @@ -23861,7 +23861,7 @@ "isExported": true }, "comment": { - "text": "The column to filter on." + "text": "The `column` to filter on." }, "type": { "type": "typeOperator", @@ -23898,7 +23898,7 @@ "isExported": true }, "comment": { - "text": "The value to filter with.\n" + "text": "The `value` to filter with.\n" }, "type": { "type": "intrinsic", @@ -23938,7 +23938,7 @@ "isExported": true }, "comment": { - "shortText": "找到所有在所述 column 上的tsvector值与query(`query')匹配的记录. ", + "shortText": "找到所有在所述 `column` 上的tsvector值与query(`query')匹配的记录. ", "tags": [ { "tag": "deprecated", @@ -23956,7 +23956,7 @@ "isExported": true }, "comment": { - "text": "The column to filter on." + "text": "The `column` to filter on." }, "type": { "type": "typeOperator", @@ -24089,7 +24089,7 @@ "isExported": true }, "comment": { - "shortText": "找到所有在所述 column 上的值大于指定 value 的记录." + "shortText": "找到所有在所述 `column` 上的值大于指定 `value` 的记录." }, "parameters": [ { @@ -24101,7 +24101,7 @@ "isExported": true }, "comment": { - "text": "The column to filter on." + "text": "The `column` to filter on." }, "type": { "type": "typeOperator", @@ -24121,7 +24121,7 @@ "isExported": true }, "comment": { - "text": "The value to filter with.\n" + "text": "The `value` to filter with.\n" }, "type": { "type": "indexedAccess", @@ -24172,7 +24172,7 @@ "isExported": true }, "comment": { - "shortText": "找到所有在所述 column 上的值大于或等于指定 value 的记录." + "shortText": "找到所有在所述 `column` 上的值大于或等于指定 `value` 的记录." }, "parameters": [ { @@ -24184,7 +24184,7 @@ "isExported": true }, "comment": { - "text": "The column to filter on." + "text": "The `column` to filter on." }, "type": { "type": "typeOperator", @@ -24204,7 +24204,7 @@ "isExported": true }, "comment": { - "text": "The value to filter with.\n" + "text": "The `value` to filter with.\n" }, "type": { "type": "indexedAccess", @@ -24255,7 +24255,7 @@ "isExported": true }, "comment": { - "shortText": "找到所有在所述 column 上的值与提供的 pattern 相匹配的记录(不区分大小写)." + "shortText": "找到所有在所述 `column` 上的值与提供的 pattern 相匹配的记录(不区分大小写)." }, "parameters": [ { @@ -24267,7 +24267,7 @@ "isExported": true }, "comment": { - "text": "The column to filter on." + "text": "The `column` to filter on." }, "type": { "type": "typeOperator", @@ -24327,7 +24327,7 @@ "isExported": true }, "comment": { - "shortText": "找到所有在所述 column 上的值在指定的 value 上找到的记录." + "shortText": "找到所有在所述 `column` 上的值在指定的 `value` 上找到的记录." }, "parameters": [ { @@ -24339,7 +24339,7 @@ "isExported": true }, "comment": { - "text": "The column to filter on." + "text": "The `column` to filter on." }, "type": { "type": "typeOperator", @@ -24413,7 +24413,7 @@ "isExported": true }, "comment": { - "shortText": "检查是否完全相等(null, true, false),找到所有在所述 column 上的值与指定的 value 完全匹配的记录." + "shortText": "检查是否完全相等(null, true, false),找到所有在所述 `column` 上的值与指定的 `value` 完全匹配的记录." }, "parameters": [ { @@ -24425,7 +24425,7 @@ "isExported": true }, "comment": { - "text": "The column to filter on." + "text": "The `column` to filter on." }, "type": { "type": "typeOperator", @@ -24445,7 +24445,7 @@ "isExported": true }, "comment": { - "text": "The value to filter with.\n" + "text": "The `value` to filter with.\n" }, "type": { "type": "union", @@ -24494,7 +24494,7 @@ "isExported": true }, "comment": { - "shortText": "找到所有在所述 column 上的值与提供的 pattern 相匹配的记录(区分大小写)." + "shortText": "找到所有在所述 `column` 上的值与提供的 pattern 相匹配的记录(区分大小写)." }, "parameters": [ { @@ -24506,7 +24506,7 @@ "isExported": true }, "comment": { - "text": "The column to filter on." + "text": "The `column` to filter on." }, "type": { "type": "typeOperator", @@ -24701,7 +24701,7 @@ "isExported": true }, "comment": { - "shortText": "查找所有在所述 column 上的值小于指定 value 的记录." + "shortText": "查找所有在所述 `column` 上的值小于指定 `value` 的记录." }, "parameters": [ { @@ -24713,7 +24713,7 @@ "isExported": true }, "comment": { - "text": "The column to filter on." + "text": "The `column` to filter on." }, "type": { "type": "typeOperator", @@ -24733,7 +24733,7 @@ "isExported": true }, "comment": { - "text": "The value to filter with.\n" + "text": "The `value` to filter with.\n" }, "type": { "type": "indexedAccess", @@ -24784,7 +24784,7 @@ "isExported": true }, "comment": { - "shortText": "查找所有在所述 column 上的值小于或等于指定 value 的记录`." + "shortText": "查找所有在所述 `column` 上的值小于或等于指定 `value` 的记录`." }, "parameters": [ { @@ -24796,7 +24796,7 @@ "isExported": true }, "comment": { - "text": "The column to filter on." + "text": "The `column` to filter on." }, "type": { "type": "typeOperator", @@ -24816,7 +24816,7 @@ "isExported": true }, "comment": { - "text": "The value to filter with.\n" + "text": "The `value` to filter with.\n" }, "type": { "type": "indexedAccess", @@ -24879,7 +24879,7 @@ "isExported": true }, "comment": { - "text": "The object to filter with, with column names as keys mapped\n to their filter values.\n" + "text": "The object to filter with, with `column` names as keys mapped\n to their filter values.\n" }, "type": { "type": "reference", @@ -24986,7 +24986,7 @@ "isExported": true }, "comment": { - "shortText": "找到所有在所述 column 上的值与指定 value 不匹配的记录`." + "shortText": "找到所有在所述 `column` 上的值与指定 `value` 不匹配的记录`." }, "parameters": [ { @@ -24998,7 +24998,7 @@ "isExported": true }, "comment": { - "text": "The column to filter on." + "text": "The `column` to filter on." }, "type": { "type": "typeOperator", @@ -25018,7 +25018,7 @@ "isExported": true }, "comment": { - "text": "The value to filter with.\n" + "text": "The `value` to filter with.\n" }, "type": { "type": "indexedAccess", @@ -25081,7 +25081,7 @@ "isExported": true }, "comment": { - "text": "The column to filter on." + "text": "The `column` to filter on." }, "type": { "type": "typeOperator", @@ -25118,7 +25118,7 @@ "isExported": true }, "comment": { - "text": "The value to filter with.\n" + "text": "The `value` to filter with.\n" }, "type": { "type": "intrinsic", @@ -25283,7 +25283,7 @@ "isExported": true }, "comment": { - "shortText": "将结果与指定的 column 排序." + "shortText": "将结果与指定的 `column` 排序." }, "parameters": [ { @@ -25295,7 +25295,7 @@ "isExported": true }, "comment": { - "text": "The column to order on." + "text": "The `column` to order on." }, "type": { "type": "typeOperator", @@ -25472,7 +25472,7 @@ "isExported": true }, "comment": { - "shortText": "查找所有在所述 column 上的数组或范围值与指定的 value 重叠(有一个共同的值)的记录." + "shortText": "查找所有在所述 `column` 上的数组或范围值与指定的 `value` 重叠(有一个共同的值)的记录." }, "parameters": [ { @@ -25484,7 +25484,7 @@ "isExported": true }, "comment": { - "text": "The column to filter on." + "text": "The `column` to filter on." }, "type": { "type": "typeOperator", @@ -25504,7 +25504,7 @@ "isExported": true }, "comment": { - "text": "The value to filter with.\n" + "text": "The `value` to filter with.\n" }, "type": { "type": "union", @@ -25585,7 +25585,7 @@ "isExported": true }, "comment": { - "text": "The column to filter on." + "text": "The `column` to filter on." }, "type": { "type": "typeOperator", @@ -25718,7 +25718,7 @@ "isExported": true }, "comment": { - "shortText": "查找所有在所述 column 上的 tsvector 值与 query 的tsquery('query')匹配的记录", + "shortText": "查找所有在所述 `column` 上的 tsvector 值与 query 的tsquery('query')匹配的记录", "tags": [ { "tag": "deprecated", @@ -25736,7 +25736,7 @@ "isExported": true }, "comment": { - "text": "The column to filter on." + "text": "The `column` to filter on." }, "type": { "type": "typeOperator", @@ -26020,7 +26020,7 @@ "isExported": true }, "comment": { - "shortText": "查找所有在所述 column 上的范围值与指定 range 相邻的记录." + "shortText": "查找所有在所述 `column` 上的范围值与指定 range 相邻的记录." }, "parameters": [ { @@ -26032,7 +26032,7 @@ "isExported": true }, "comment": { - "text": "The column to filter on." + "text": "The `column` to filter on." }, "type": { "type": "typeOperator", @@ -26092,7 +26092,7 @@ "isExported": true }, "comment": { - "shortText": "查找所有在所述 column 上的范围值严格在指定 range 右边的记录`." + "shortText": "查找所有在所述 `column` 上的范围值严格在指定 range 右边的记录`." }, "parameters": [ { @@ -26104,7 +26104,7 @@ "isExported": true }, "comment": { - "text": "The column to filter on." + "text": "The `column` to filter on." }, "type": { "type": "typeOperator", @@ -26164,7 +26164,7 @@ "isExported": true }, "comment": { - "shortText": "查找所有在所述 column 上的范围值没有扩展到指定 range 左边的记录`." + "shortText": "查找所有在所述 `column` 上的范围值没有扩展到指定 range 左边的记录`." }, "parameters": [ { @@ -26176,7 +26176,7 @@ "isExported": true }, "comment": { - "text": "The column to filter on." + "text": "The `column` to filter on." }, "type": { "type": "typeOperator", @@ -26236,7 +26236,7 @@ "isExported": true }, "comment": { - "shortText": "查找所有在所述 column 上的范围值严格地在指定 range 的左边的记录`." + "shortText": "查找所有在所述 `column` 上的范围值严格地在指定 range 的左边的记录`." }, "parameters": [ { @@ -26248,7 +26248,7 @@ "isExported": true }, "comment": { - "text": "The column to filter on." + "text": "The `column` to filter on." }, "type": { "type": "typeOperator", @@ -26308,7 +26308,7 @@ "isExported": true }, "comment": { - "shortText": "查找所有在所述 column 上的范围值没有扩展到指定 range 右边的记录." + "shortText": "查找所有在所述 `column` 上的范围值没有扩展到指定 range 右边的记录." }, "parameters": [ { @@ -26320,7 +26320,7 @@ "isExported": true }, "comment": { - "text": "The column to filter on." + "text": "The `column` to filter on." }, "type": { "type": "typeOperator", @@ -26500,7 +26500,7 @@ "isExported": true }, "comment": { - "shortText": "找到所有在所述 column 上的文本或tsvector值与 query 中的tsquery匹配的记录." + "shortText": "找到所有在所述 `column` 上的文本或tsvector值与 query 中的tsquery匹配的记录." }, "parameters": [ { @@ -26512,7 +26512,7 @@ "isExported": true }, "comment": { - "text": "The column to filter on." + "text": "The `column` to filter on." }, "type": { "type": "typeOperator", @@ -27040,7 +27040,7 @@ "isExported": true }, "comment": { - "shortText": "找到所有在所述 column 上的tsvector值与 query 匹配的记录", + "shortText": "找到所有在所述 `column` 上的tsvector值与 query 匹配的记录", "tags": [ { "tag": "deprecated", @@ -27058,7 +27058,7 @@ "isExported": true }, "comment": { - "text": "The column to filter on." + "text": "The `column` to filter on." }, "type": { "type": "typeOperator", @@ -31244,7 +31244,7 @@ "isExported": true }, "comment": { - "shortText": "将结果与指定的 column 进行排序." + "shortText": "将结果与指定的 `column` 进行排序." }, "parameters": [ { @@ -31256,7 +31256,7 @@ "isExported": true }, "comment": { - "text": "The column to order on." + "text": "The `column` to order on." }, "type": { "type": "typeOperator", @@ -40935,7 +40935,7 @@ "isConst": true }, "comment": { - "shortText": "If the value of the cell is `null`, returns null.\nOtherwise converts the string value to the correct type.", + "shortText": "If the `value` of the cell is `null`, returns null.\nOtherwise converts the string `value` to the correct type.", "tags": [ { "tag": "example", @@ -40961,7 +40961,7 @@ "isExported": true }, "comment": { - "shortText": "If the value of the cell is `null`, returns null.\nOtherwise converts the string value to the correct type.", + "shortText": "If the `value` of the cell is `null`, returns null.\nOtherwise converts the string `value` to the correct type.", "tags": [ { "tag": "example", @@ -40987,7 +40987,7 @@ "isExported": true }, "comment": { - "shortText": "A postgres column type" + "shortText": "A postgres `column` type" }, "type": { "type": "intrinsic", @@ -41224,7 +41224,7 @@ "isConst": true }, "comment": { - "shortText": "Converts the value of an individual column.", + "shortText": "Converts the `value` of an individual column.", "returns": "Useless information\n", "tags": [ { @@ -41247,7 +41247,7 @@ "isExported": true }, "comment": { - "shortText": "Converts the value of an individual column.", + "shortText": "Converts the `value` of an individual column.", "returns": "Useless information\n", "tags": [ { @@ -41270,7 +41270,7 @@ "isExported": true }, "comment": { - "shortText": "The column that you want to convert" + "shortText": "The `column` that you want to convert" }, "type": { "type": "intrinsic", @@ -49459,7 +49459,7 @@ "isOptional": true }, "comment": { - "shortText": "The column to sort by. Can be any column inside a FileObject." + "shortText": "The `column` to sort by. Can be any `column` inside a FileObject." }, "sources": [ { diff --git a/web/spec/dart.yml b/web/spec/dart.yml index a6edb97a..e30bb318 100644 --- a/web/spec/dart.yml +++ b/web/spec/dart.yml @@ -7,7 +7,7 @@ info: Supabase Dart. - definition: spec/old_combined.json + definition: spec/combined.json libraries: - name: 'Dart' id: 'dart' @@ -72,6 +72,7 @@ info: - .overlaps() pages: Installing: + title: 安装 description: | ## Dart @@ -98,6 +99,7 @@ pages: 在大多数情况下,`supabase_flutter`与`supabase`共享相同的API,只有少数例外,如初始化或OAuth登录。 Initializing: + title: 初始化 description: | ## Dart 你可以使用`SupabaseClient()`方法初始化一个新的Supabase客户端。 @@ -970,7 +972,7 @@ pages: Using Modifiers: description: | 修改器可用于`select()`查询。 - + 如果一个Postgres函数返回一个表的响应,你也可以对`rpc()`函数应用修改器。 limit(): @@ -1054,6 +1056,7 @@ pages: ``` Using Filters: + title: 使用过滤器 description: | 过滤器可以用于`select()`、`update()`和`delete()`操作。 @@ -1094,7 +1097,7 @@ pages: description: | 找到所有`column`满足过滤器的记录。 examples: - - name: With `select()` + - name: 使用 `select()` isSpotlight: true dart: | ```dart @@ -1104,7 +1107,7 @@ pages: .filter('name', 'eq', 'Paris') .execute(); ``` - - name: With `update()` + - name: 使用 `update()` dart: | ```dart final res = await supabase @@ -1113,7 +1116,7 @@ pages: .filter('name', 'eq', 'Paris') .execute(); ``` - - name: With `delete()` + - name: 使用 `delete()` dart: | ```dart final res = await supabase @@ -1123,7 +1126,7 @@ pages: .execute(); ``` # TODO Not available at the moment, so would have to fix the bug on postgrest-dart first - # - name: With `rpc()` + # - name: 使用 `rpc()` # dart: | # ```dart # // Only valid if the Stored Procedure returns a table type. @@ -1145,7 +1148,7 @@ pages: description: | 找到所有至少满足一个过滤器的记录。 examples: - - name: With `select()` + - name: 使用 `select()` isSpotlight: true dart: | ```dart @@ -1180,7 +1183,7 @@ pages: description: | 找到所有不满足过滤器的记录。 examples: - - name: With `select()` + - name: 使用 `select()` isSpotlight: true dart: | ```dart @@ -1190,7 +1193,7 @@ pages: .not('name', 'eq', 'Paris') .execute(); ``` - - name: With `update()` + - name: 使用 `update()` dart: | ```dart final res = await supabase @@ -1199,7 +1202,7 @@ pages: .not('name', 'eq', 'Paris') .execute(); ``` - - name: With `delete()` + - name: 使用 `delete()` dart: | ```dart final res = await supabase @@ -1209,7 +1212,7 @@ pages: .execute(); ``` # TODO Not available in dart yes, so first fix bug on postgrest-dart - # - name: With `rpc()` + # - name: 使用 `rpc()` # dart: | # ```dart # // Only valid if the Stored Procedure returns a table type. @@ -1222,7 +1225,7 @@ pages: description: | 找到所有列与指定的 `query`对象相匹配的记录。 examples: - - name: With `select()` + - name: 使用 `select()` isSpotlight: true dart: | ```dart @@ -1232,7 +1235,7 @@ pages: .match({'name': 'Beijing', 'country_id': 156}) .execute(); ``` - - name: With `update()` + - name: 使用 `update()` dart: | ```dart final res = await supabase @@ -1241,7 +1244,7 @@ pages: .match({'name': 'Beijing', 'country_id': 156}) .execute(); ``` - - name: With `delete()` + - name: 使用 `delete()` dart: | ```dart final res = await supabase @@ -1251,7 +1254,7 @@ pages: .execute(); ``` # TODO Not available in postgrest-dart yet, so first fix the bug on postgrest-dart - # - name: With `rpc()` + # - name: 使用 `rpc()` # dart: | # ```dart # // Only valid if the Stored Procedure returns a table type. @@ -1264,7 +1267,7 @@ pages: description: | 找到所有在所述 `column `上的值与指定的 `value `完全匹配的记录。 examples: - - name: With `select()` + - name: 使用 `select()` isSpotlight: true dart: | ```dart @@ -1274,7 +1277,7 @@ pages: .eq('name', 'The shire') .execute(); ``` - - name: With `update()` + - name: 使用 `update()` dart: | ```dart final res = await supabase @@ -1283,7 +1286,7 @@ pages: .eq('name', 'San Francisco') .execute(); ``` - - name: With `delete()` + - name: 使用 `delete()` dart: | ```dart final res = await supabase @@ -1293,7 +1296,7 @@ pages: .execute(); ``` # TODO Fix bug on postgrest-dart - # - name: With `rpc()` + # - name: 使用 `rpc()` # dart: | # ```dart # // Only valid if the Stored Procedure returns a table type. @@ -1306,7 +1309,7 @@ pages: description: | 查找所有在所述`column`上的值与指定的`value'不匹配的记录。 examples: - - name: With `select()` + - name: 使用 `select()` isSpotlight: true dart: | ```dart @@ -1316,7 +1319,7 @@ pages: .neq('name', 'The shire') .execute(); ``` - - name: With `update()` + - name: 使用 `update()` dart: | ```dart final res = await supabase @@ -1325,7 +1328,7 @@ pages: .neq('name', 'San Francisco') .execute(); ``` - - name: With `delete()` + - name: 使用 `delete()` dart: | ```dart final res = await supabase @@ -1335,7 +1338,7 @@ pages: .execute(); ``` # TODO fix bug on postgrest-dart - # - name: With `rpc()` + # - name: 使用 `rpc()` # dart: | # ```dart # // Only valid if the Stored Procedure returns a table type. @@ -1348,7 +1351,7 @@ pages: description: | 找到所有在所述`column`上的值大于指定`value`的记录。 examples: - - name: With `select()` + - name: 使用 `select()` isSpotlight: true dart: | ```dart @@ -1358,7 +1361,7 @@ pages: .gt('country_id', 250) .execute(); ``` - - name: With `update()` + - name: 使用 `update()` dart: | ```dart final res = await supabase @@ -1367,7 +1370,7 @@ pages: .gt('country_id', 250) .execute(); ``` - - name: With `delete()` + - name: 使用 `delete()` dart: | ```dart final res = await supabase @@ -1377,7 +1380,7 @@ pages: .execute(); ``` # TODO fix bug on postgrest-dart - # - name: With `rpc()` + # - name: 使用 `rpc()` # dart: | # ```dart # // Only valid if the Stored Procedure returns a table type. @@ -1390,7 +1393,7 @@ pages: description: | 查找所有在所述 `column`上的值大于或等于指定 `value`的记录。 examples: - - name: With `select()` + - name: 使用 `select()` isSpotlight: true dart: | ```dart @@ -1400,7 +1403,7 @@ pages: .gte('country_id', 250) .execute(); ``` - - name: With `update()` + - name: 使用 `update()` dart: | ```dart final res = await supabase @@ -1409,7 +1412,7 @@ pages: .gte('country_id', 250) .execute(); ``` - - name: With `delete()` + - name: 使用 `delete()` dart: | ```dart final res = await supabase @@ -1419,7 +1422,7 @@ pages: .execute(); ``` # TODO fix bug on postgrest-dart - # - name: With `rpc()` + # - name: 使用 `rpc()` # dart: | # ```dart # // Only valid if the Stored Procedure returns a table type. @@ -1432,7 +1435,7 @@ pages: description: | 查找所有在所述 `column`上的值小于指定 `value`的记录。 examples: - - name: With `select()` + - name: 使用 `select()` isSpotlight: true dart: | ```dart @@ -1442,7 +1445,7 @@ pages: .lt('country_id', 250) .execute(); ``` - - name: With `update()` + - name: 使用 `update()` dart: | ```dart final res = await supabase @@ -1451,7 +1454,7 @@ pages: .lt('country_id', 250) .execute(); ``` - - name: With `delete()` + - name: 使用 `delete()` dart: | ```dart final res = await supabase @@ -1461,7 +1464,7 @@ pages: .execute(); ``` # TODO fix bug on postgrest-dart - # - name: With `rpc()` + # - name: 使用 `rpc()` # dart: | # ```dart # // Only valid if the Stored Procedure returns a table type. @@ -1476,7 +1479,7 @@ pages: 查找所有在所述 `column`上的值小于或等于指定 `value`的记录。 $ref: '@supabase/postgrest-js."lib/PostgrestFilterBuilder".PostgrestFilterBuilder.lte' examples: - - name: With `select()` + - name: 使用 `select()` isSpotlight: true dart: | ```dart @@ -1486,7 +1489,7 @@ pages: .lte('country_id', 250) .execute(); ``` - - name: With `update()` + - name: 使用 `update()` dart: | ```dart final res = await supabase @@ -1495,7 +1498,7 @@ pages: .lte('country_id', 250) .execute(); ``` - - name: With `delete()` + - name: 使用 `delete()` dart: | ```dart final res = await supabase @@ -1505,7 +1508,7 @@ pages: .execute(); ``` # TODO fix bug on postgrest-dart - # - name: With `rpc()` + # - name: 使用 `rpc()` # dart: | # ```dart # // Only valid if the Stored Procedure returns a table type. @@ -1520,7 +1523,7 @@ pages: 查找所有在所述 `column`上的值与提供的 `pattern`相匹配的记录(区分大小写)。 $ref: '@supabase/postgrest-js."lib/PostgrestFilterBuilder".PostgrestFilterBuilder.like' examples: - - name: With `select()` + - name: 使用 `select()` isSpotlight: true dart: | ```dart @@ -1530,7 +1533,7 @@ pages: .like('name', '%la%') .execute(); ``` - - name: With `update()` + - name: 使用 `update()` dart: | ```dart final res = await supabase @@ -1539,7 +1542,7 @@ pages: .like('name', '%la%') .execute(); ``` - - name: With `delete()` + - name: 使用 `delete()` dart: | ```dart final res = await supabase @@ -1549,7 +1552,7 @@ pages: .execute(); ``` # TODO fix bug on postgrest-dart - # - name: With `rpc()` + # - name: 使用 `rpc()` # dart: | # ```dart # // Only valid if the Stored Procedure returns a table type. @@ -1563,7 +1566,7 @@ pages: description: | 找到所有在所述 `column`中的值与提供的 `pattern`相匹配的记录(不区分大小写)。 examples: - - name: With `select()` + - name: 使用 `select()` isSpotlight: true dart: | ```dart @@ -1573,7 +1576,7 @@ pages: .ilike('name', '%la%') .execute(); ``` - - name: With `update()` + - name: 使用 `update()` dart: | ```dart final res = await supabase @@ -1582,7 +1585,7 @@ pages: .ilike('name', '%la%') .execute(); ``` - - name: With `delete()` + - name: 使用 `delete()` dart: | ```dart final res = await supabase @@ -1592,7 +1595,7 @@ pages: .execute(); ``` # TODO fix bug on postgrest-dart - # - name: With `rpc()` + # - name: 使用 `rpc()` # dart: | # ```dart # // Only valid if the Stored Procedure returns a table type. @@ -1606,7 +1609,7 @@ pages: description: | 检查完全相等(null, true, false),找到所有在所述 `column`上的值与指定 `value`完全匹配的记录。 examples: - - name: With `select()` + - name: 使用 `select()` isSpotlight: true dart: | ```dart @@ -1616,7 +1619,7 @@ pages: .is_('name', null) .execute(); ``` - - name: With `update()` + - name: 使用 `update()` dart: | ```dart final res = await supabase @@ -1625,7 +1628,7 @@ pages: .is_('name', null) .execute(); ``` - - name: With `delete()` + - name: 使用 `delete()` dart: | ```dart final res = await supabase @@ -1635,7 +1638,7 @@ pages: .execute(); ``` # TODO fix bug on postgrest-dart - # - name: With `rpc()` + # - name: 使用 `rpc()` # dart: | # ```dart # // Only valid if the Stored Procedure returns a table type. @@ -1649,7 +1652,7 @@ pages: description: | 找到所有在所述 `column`上的值在指定的 `value`上被发现的记录。 examples: - - name: With `select()` + - name: 使用 `select()` isSpotlight: true dart: | ```dart @@ -1659,7 +1662,7 @@ pages: .in_('name', ['Rio de Janeiro', 'San Francisco']) .execute(); ``` - - name: With `update()` + - name: 使用 `update()` dart: | ```dart final res = await supabase @@ -1668,7 +1671,7 @@ pages: .in_('name', ['Rio de Janeiro', 'San Francisco']) .execute(); ``` - - name: With `delete()` + - name: 使用 `delete()` dart: | ```dart final res = await supabase @@ -1678,7 +1681,7 @@ pages: .execute(); ``` # TODO fix bug on postgrest-dart - # - name: With `rpc()` + # - name: 使用 `rpc()` # dart: | # ```dart # // Only valid if the Stored Procedure returns a table type. @@ -1690,7 +1693,7 @@ pages: .contains(): examples: - - name: With `select()` + - name: 使用 `select()` isSpotlight: true dart: | ```dart @@ -1700,7 +1703,7 @@ pages: .contains('main_exports', ['oil']) .execute(); ``` - - name: With `update()` + - name: 使用 `update()` dart: | ```dart final res = await supabase @@ -1709,7 +1712,7 @@ pages: .contains('main_exports', ['oil']) .execute(); ``` - - name: With `delete()` + - name: 使用 `delete()` dart: | ```dart final res = await supabase @@ -1719,7 +1722,7 @@ pages: .execute(); ``` # TODO fix bug on postgrest-dart - # - name: With `rpc()` + # - name: 使用 `rpc()` # dart: | # ```dart # // Only valid if the Stored Procedure returns a table type. @@ -1731,7 +1734,7 @@ pages: .containedBy(): examples: - - name: With `select()` + - name: 使用 `select()` isSpotlight: true dart: | ```dart @@ -1741,7 +1744,7 @@ pages: .containedBy('main_exports', ['cars', 'food', 'machine']) .execute(); ``` - - name: With `update()` + - name: 使用 `update()` dart: | ```dart final res = await supabase @@ -1750,7 +1753,7 @@ pages: .containedBy('main_exports', ['orks', 'surveillance', 'evil']) .execute(); ``` - - name: With `delete()` + - name: 使用 `delete()` dart: | ```dart final res = await supabase @@ -1760,7 +1763,7 @@ pages: .execute(); ``` # TODO fix bug on postgrest-dart - # - name: With `rpc()` + # - name: 使用 `rpc()` # dart: | # ```dart # // Only valid if the Stored Procedure returns a table type. @@ -1772,7 +1775,7 @@ pages: .rangeLt(): examples: - - name: With `select()` + - name: 使用 `select()` isSpotlight: true dart: | ```dart @@ -1782,7 +1785,7 @@ pages: .rangeLt('population_range_millions', '[150, 250]') .execute(); ``` - - name: With `update()` + - name: 使用 `update()` dart: | ```dart final res = await supabase @@ -1791,7 +1794,7 @@ pages: .rangeLt('population_range_millions', '[150, 250]') .execute(); ``` - - name: With `delete()` + - name: 使用 `delete()` dart: | ```dart final res = await supabase @@ -1801,7 +1804,7 @@ pages: .execute(); ``` # TODO fix bug on postgrest-dart - # - name: With `rpc()` + # - name: 使用 `rpc()` # dart: | # ```dart # // Only valid if the Stored Procedure returns a table type. @@ -1813,7 +1816,7 @@ pages: .rangeGt(): examples: - - name: With `select()` + - name: 使用 `select()` isSpotlight: true dart: | ```dart @@ -1823,7 +1826,7 @@ pages: .rangeGt('population_range_millions', '[150, 250]') .execute(); ``` - - name: With `update()` + - name: 使用 `update()` dart: | ```dart final res = await supabase @@ -1832,7 +1835,7 @@ pages: .rangeGt('population_range_millions', '[150, 250]') .execute(); ``` - - name: With `delete()` + - name: 使用 `delete()` dart: | ```dart final res = await supabase @@ -1842,7 +1845,7 @@ pages: .execute(); ``` # TODO fix bug on postgrest-dart - # - name: With `rpc()` + # - name: 使用 `rpc()` # dart: | # ```dart # // Only valid if the Stored Procedure returns a table type. @@ -1854,7 +1857,7 @@ pages: .rangeGte(): examples: - - name: With `select()` + - name: 使用 `select()` isSpotlight: true dart: | ```dart @@ -1864,7 +1867,7 @@ pages: .rangeGte('population_range_millions', '[150, 250]') .execute(); ``` - - name: With `update()` + - name: 使用 `update()` dart: | ```dart final res = await supabase @@ -1873,7 +1876,7 @@ pages: .rangeGte('population_range_millions', '[150, 250]') .execute(); ``` - - name: With `delete()` + - name: 使用 `delete()` dart: | ```dart final res = await supabase @@ -1883,7 +1886,7 @@ pages: .execute(); ``` # TODO fix bug on postgrest-dart - # - name: With `rpc()` + # - name: 使用 `rpc()` # dart: | # ```dart # // Only valid if the Stored Procedure returns a table type. @@ -1896,7 +1899,7 @@ pages: .rangeLte(): $ref: '@supabase/postgrest-js."lib/PostgrestFilterBuilder".PostgrestFilterBuilder.nxr' examples: - - name: With `select()` + - name: 使用 `select()` isSpotlight: true dart: | ```dart @@ -1906,7 +1909,7 @@ pages: .rangeLte('population_range_millions', '[150, 250]') .execute(); ``` - - name: With `update()` + - name: 使用 `update()` dart: | ```dart final res = await supabase @@ -1915,7 +1918,7 @@ pages: .rangeLte('population_range_millions', '[150, 250]') .execute(); ``` - - name: With `delete()` + - name: 使用 `delete()` dart: | ```dart final res = await supabase @@ -1925,7 +1928,7 @@ pages: .execute(); ``` # TODO fix bug on postgrest-dart - # - name: With `rpc()` + # - name: 使用 `rpc()` # dart: | # ```dart # // Only valid if the Stored Procedure returns a table type. @@ -1937,7 +1940,7 @@ pages: .rangeAdjacent(): examples: - - name: With `select()` + - name: 使用 `select()` isSpotlight: true dart: | ```dart @@ -1947,7 +1950,7 @@ pages: .rangeAdjacent('population_range_millions', '[70, 185]') .execute(); ``` - - name: With `update()` + - name: 使用 `update()` dart: | ```dart final res = await supabase @@ -1956,7 +1959,7 @@ pages: .rangeAdjacent('population_range_millions', '[70, 185]') .execute(); ``` - - name: With `delete()` + - name: 使用 `delete()` dart: | ```dart final res = await supabase @@ -1966,7 +1969,7 @@ pages: .execute(); ``` # TODO fix bug on postgrest-dart - # - name: With `rpc()` + # - name: 使用 `rpc()` # dart: | # ```dart # // Only valid if the Stored Procedure returns a table type. @@ -1978,7 +1981,7 @@ pages: .overlaps(): examples: - - name: With `select()` + - name: 使用 `select()` isSpotlight: true dart: | ```dart @@ -1988,7 +1991,7 @@ pages: .overlaps('main_exports', ['computers', 'minerals']) .execute(); ``` - - name: With `update()` + - name: 使用 `update()` dart: | ```dart final res = await supabase @@ -1997,7 +2000,7 @@ pages: .overlaps('main_exports', ['computers', 'minerals']) .execute(); ``` - - name: With `delete()` + - name: 使用 `delete()` dart: | ```dart final res = await supabase @@ -2007,7 +2010,7 @@ pages: .execute(); ``` # TODO fix bug on postgrest-dart - # - name: With `rpc()` + # - name: 使用 `rpc()` # dart: | # ```dart # // Only valid if the Stored Procedure returns a table type. diff --git a/web/spec/gen/components/Page.ts b/web/spec/gen/components/Page.ts index b360ff49..1410fe85 100644 --- a/web/spec/gen/components/Page.ts +++ b/web/spec/gen/components/Page.ts @@ -35,9 +35,6 @@ slug: ${slug} custom_edit_url: ${EDIT_BASE_URL}/${specFileName} --- -import Tabs from '@theme/Tabs'; -import TabItem from '@theme/TabItem'; - ${description} ${spotlight} diff --git a/web/spec/postgrest.json b/web/spec/postgrest.json index 6e9089b8..5d814200 100644 --- a/web/spec/postgrest.json +++ b/web/spec/postgrest.json @@ -1670,7 +1670,7 @@ "isExported": true }, "comment": { - "shortText": "Finds all rows whose `column` satisfies the filter." + "shortText": "查找Finds all rows whose `column` satisfies the filter." }, "parameters": [ { @@ -11681,4 +11681,4 @@ ] } ] -} \ No newline at end of file +} diff --git a/web/spec/supabase.yml b/web/spec/supabase.yml index fdd0cc70..faa80e1d 100644 --- a/web/spec/supabase.yml +++ b/web/spec/supabase.yml @@ -14,7 +14,7 @@ info: | `realtime-{lang}`
Client library to work with [Realtime](https://gitee.com/memfiredb/realtime) | [`JavaScript`](https://gitee.com/memfiredb/realtime-js) | [`C#`](https://gitee.com/memfiredb/realtime-csharp), [`Python`](https://gitee.com/memfiredb-community/realtime-py), `Rust`, [`Dart`](https://gitee.com/memfiredb/realtime-dart) | | `gotrue-{lang}`
Client library to work with [GoTrue](https://gitee.com/memfiredb/gotrue) | [`JavaScript`](https://gitee.com/memfiredb/gotrue-js) | [`C#`](https://gitee.com/memfiredb/gotrue-csharp), [`Python`](https://gitee.com/memfiredb-community/gotrue-py), `Rust`, [`Kotlin`](https://gitee.com/memfiredb/gotrue-kt), [`Dart`](https://gitee.com/memfiredb/gotrue-dart) | - definition: spec/old_combined.json + definition: spec/combined.json libraries: - name: 'JavaScript' id: 'js' @@ -82,6 +82,7 @@ info: pages: Installing: + title: 安装 description: | 所有的JavaScript库都是由Supabase团队直接建立的。 @@ -113,6 +114,7 @@ pages: Initializing: $ref: '@supabase/supabase-js."SupabaseClient".SupabaseClient.constructor' + title: 初始化 description: | 你可以使用 `createClient()` 方法初始化一个新的 Supabase 客户端。 @@ -138,6 +140,7 @@ pages: ``` Generating Types: + title: 类型生成 description: | Supabase将很快发布本地类型生成器,为各种语言转储你的数据库类型。目前,我们通过一个第三方工具支持TypeScript。 @@ -1170,6 +1173,7 @@ pages: ``` Using Filters: + title: 使用过滤器 description: | 过滤器可以用在`select()`, `update()`, 和 `delete()`方法上 @@ -1206,7 +1210,7 @@ pages: .filter(): $ref: '@supabase/postgrest-js."lib/PostgrestFilterBuilder".PostgrestFilterBuilder.filter' examples: - - name: With `select()` + - name: 使用 `select()` isSpotlight: true js: | ```js @@ -1215,7 +1219,7 @@ pages: .select('name, country_id') .filter('name', 'eq', 'Paris') ``` - - name: With `update()` + - name: 使用 `update()` js: | ```js const { data, error } = await supabase @@ -1223,7 +1227,7 @@ pages: .update({ name: 'Mordor' }) .filter('name', 'eq', 'Paris') ``` - - name: With `delete()` + - name: 使用 `delete()` js: | ```js const { data, error } = await supabase @@ -1231,7 +1235,7 @@ pages: .delete() .filter('name', 'eq', 'Paris') ``` - - name: With `rpc()` + - name: 使用 `rpc()` js: | ```js // Only valid if the Postgres function returns a table type. @@ -1251,7 +1255,7 @@ pages: .or(): $ref: '@supabase/postgrest-js."lib/PostgrestFilterBuilder".PostgrestFilterBuilder.or' examples: - - name: With `select()` + - name: 使用 `select()` isSpotlight: true js: | ```js @@ -1260,7 +1264,7 @@ pages: .select('name, country_id') .or('id.eq.20,id.eq.30') ``` - - name: Use `or` with `and` + - name: 结合使用`or` 和 `and` isSpotlight: true js: | ```js @@ -1269,7 +1273,7 @@ pages: .select('name, country_id') .or('id.gt.20,and(name.eq.New Zealand,name.eq.France)') ``` - - name: Use `or` on foreign tables + - name: 在外键表上使用 `or` isSpotlight: true js: | ```js @@ -1282,7 +1286,7 @@ pages: .not(): $ref: '@supabase/postgrest-js."lib/PostgrestFilterBuilder".PostgrestFilterBuilder.not' examples: - - name: With `select()` + - name: 使用 `select()` isSpotlight: true js: | ```js @@ -1291,7 +1295,7 @@ pages: .select('name, country_id') .not('name', 'eq', 'Paris') ``` - - name: With `update()` + - name: 使用 `update()` js: | ```js const { data, error } = await supabase @@ -1299,7 +1303,7 @@ pages: .update({ name: 'Mordor' }) .not('name', 'eq', 'Paris') ``` - - name: With `delete()` + - name: 使用 `delete()` js: | ```js const { data, error } = await supabase @@ -1307,7 +1311,7 @@ pages: .delete() .not('name', 'eq', 'Paris') ``` - - name: With `rpc()` + - name: 使用 `rpc()` js: | ```js // Only valid if the Postgres function returns a table type. @@ -1319,7 +1323,7 @@ pages: .match(): $ref: '@supabase/postgrest-js."lib/PostgrestFilterBuilder".PostgrestFilterBuilder.match' examples: - - name: With `select()` + - name: 使用 `select()` isSpotlight: true js: | ```js @@ -1328,7 +1332,7 @@ pages: .select('name, country_id') .match({name: 'Beijing', country_id: 156}) ``` - - name: With `update()` + - name: 使用 `update()` js: | ```js const { data, error } = await supabase @@ -1336,7 +1340,7 @@ pages: .update({ name: 'Mordor' }) .match({name: 'Beijing', country_id: 156}) ``` - - name: With `delete()` + - name: 使用 `delete()` js: | ```js const { data, error } = await supabase @@ -1344,7 +1348,7 @@ pages: .delete() .match({name: 'Beijing', country_id: 156}) ``` - - name: With `rpc()` + - name: 使用 `rpc()` js: | ```js // Only valid if the Postgres function returns a table type. @@ -1356,7 +1360,7 @@ pages: .eq(): $ref: '@supabase/postgrest-js."lib/PostgrestFilterBuilder".PostgrestFilterBuilder.eq' examples: - - name: With `select()` + - name: 使用 `select()` isSpotlight: true js: | ```js @@ -1365,7 +1369,7 @@ pages: .select('name, country_id') .eq('name', 'The shire') ``` - - name: With `update()` + - name: 使用 `update()` js: | ```js const { data, error } = await supabase @@ -1373,7 +1377,7 @@ pages: .update({ name: 'Mordor' }) .eq('name', 'San Francisco') ``` - - name: With `delete()` + - name: 使用 `delete()` js: | ```js const { data, error } = await supabase @@ -1381,7 +1385,7 @@ pages: .delete() .eq('name', 'Mordor') ``` - - name: With `rpc()` + - name: 使用 `rpc()` js: | ```js // Only valid if the Postgres function returns a table type. @@ -1393,7 +1397,7 @@ pages: .neq(): $ref: '@supabase/postgrest-js."lib/PostgrestFilterBuilder".PostgrestFilterBuilder.neq' examples: - - name: With `select()` + - name: 使用 `select()` isSpotlight: true js: | ```js @@ -1402,7 +1406,7 @@ pages: .select('name, country_id') .neq('name', 'The shire') ``` - - name: With `update()` + - name: 使用 `update()` js: | ```js const { data, error } = await supabase @@ -1410,7 +1414,7 @@ pages: .update({ name: 'Mordor' }) .neq('name', 'San Francisco') ``` - - name: With `delete()` + - name: 使用 `delete()` js: | ```js const { data, error } = await supabase @@ -1418,7 +1422,7 @@ pages: .delete() .neq('name', 'Mordor') ``` - - name: With `rpc()` + - name: 使用 `rpc()` js: | ```js // Only valid if the Postgres function returns a table type. @@ -1430,7 +1434,7 @@ pages: .gt(): $ref: '@supabase/postgrest-js."lib/PostgrestFilterBuilder".PostgrestFilterBuilder.gt' examples: - - name: With `select()` + - name: 使用 `select()` isSpotlight: true js: | ```js @@ -1439,7 +1443,7 @@ pages: .select('name, country_id') .gt('country_id', 250) ``` - - name: With `update()` + - name: 使用 `update()` js: | ```js const { data, error } = await supabase @@ -1447,7 +1451,7 @@ pages: .update({ name: 'Mordor' }) .gt('country_id', 250) ``` - - name: With `delete()` + - name: 使用 `delete()` js: | ```js const { data, error } = await supabase @@ -1455,7 +1459,7 @@ pages: .delete() .gt('country_id', 250) ``` - - name: With `rpc()` + - name: 使用 `rpc()` js: | ```js // Only valid if the Postgres function returns a table type. @@ -1467,7 +1471,7 @@ pages: .gte(): $ref: '@supabase/postgrest-js."lib/PostgrestFilterBuilder".PostgrestFilterBuilder.gte' examples: - - name: With `select()` + - name: 使用 `select()` isSpotlight: true js: | ```js @@ -1476,7 +1480,7 @@ pages: .select('name, country_id') .gte('country_id', 250) ``` - - name: With `update()` + - name: 使用 `update()` js: | ```js const { data, error } = await supabase @@ -1484,7 +1488,7 @@ pages: .update({ name: 'Mordor' }) .gte('country_id', 250) ``` - - name: With `delete()` + - name: 使用 `delete()` js: | ```js const { data, error } = await supabase @@ -1492,7 +1496,7 @@ pages: .delete() .gte('country_id', 250) ``` - - name: With `rpc()` + - name: 使用 `rpc()` js: | ```js // Only valid if the Postgres function returns a table type. @@ -1504,7 +1508,7 @@ pages: .lt(): $ref: '@supabase/postgrest-js."lib/PostgrestFilterBuilder".PostgrestFilterBuilder.lt' examples: - - name: With `select()` + - name: 使用 `select()` isSpotlight: true js: | ```js @@ -1513,7 +1517,7 @@ pages: .select('name, country_id') .lt('country_id', 250) ``` - - name: With `update()` + - name: 使用 `update()` js: | ```js const { data, error } = await supabase @@ -1521,7 +1525,7 @@ pages: .update({ name: 'Mordor' }) .lt('country_id', 250) ``` - - name: With `delete()` + - name: 使用 `delete()` js: | ```js const { data, error } = await supabase @@ -1529,7 +1533,7 @@ pages: .delete() .lt('country_id', 250) ``` - - name: With `rpc()` + - name: 使用 `rpc()` js: | ```js // Only valid if the Postgres function returns a table type. @@ -1541,7 +1545,7 @@ pages: .lte(): $ref: '@supabase/postgrest-js."lib/PostgrestFilterBuilder".PostgrestFilterBuilder.lte' examples: - - name: With `select()` + - name: 使用 `select()` isSpotlight: true js: | ```js @@ -1550,7 +1554,7 @@ pages: .select('name, country_id') .lte('country_id', 250) ``` - - name: With `update()` + - name: 使用 `update()` js: | ```js const { data, error } = await supabase @@ -1558,7 +1562,7 @@ pages: .update({ name: 'Mordor' }) .lte('country_id', 250) ``` - - name: With `delete()` + - name: 使用 `delete()` js: | ```js const { data, error } = await supabase @@ -1566,7 +1570,7 @@ pages: .delete() .lte('country_id', 250) ``` - - name: With `rpc()` + - name: 使用 `rpc()` js: | ```js // Only valid if the Postgres function returns a table type. @@ -1578,7 +1582,7 @@ pages: .like(): $ref: '@supabase/postgrest-js."lib/PostgrestFilterBuilder".PostgrestFilterBuilder.like' examples: - - name: With `select()` + - name: 使用 `select()` isSpotlight: true js: | ```js @@ -1587,7 +1591,7 @@ pages: .select('name, country_id') .like('name', '%la%') ``` - - name: With `update()` + - name: 使用 `update()` js: | ```js const { data, error } = await supabase @@ -1595,7 +1599,7 @@ pages: .update({ name: 'Mordor' }) .like('name', '%la%') ``` - - name: With `delete()` + - name: 使用 `delete()` js: | ```js const { data, error } = await supabase @@ -1603,7 +1607,7 @@ pages: .delete() .like('name', '%la%') ``` - - name: With `rpc()` + - name: 使用 `rpc()` js: | ```js // Only valid if the Postgres function returns a table type. @@ -1615,7 +1619,7 @@ pages: .ilike(): $ref: '@supabase/postgrest-js."lib/PostgrestFilterBuilder".PostgrestFilterBuilder.ilike' examples: - - name: With `select()` + - name: 使用 `select()` isSpotlight: true js: | ```js @@ -1624,7 +1628,7 @@ pages: .select('name, country_id') .ilike('name', '%la%') ``` - - name: With `update()` + - name: 使用 `update()` js: | ```js const { data, error } = await supabase @@ -1632,7 +1636,7 @@ pages: .update({ name: 'Mordor' }) .ilike('name', '%la%') ``` - - name: With `delete()` + - name: 使用 `delete()` js: | ```js const { data, error } = await supabase @@ -1640,7 +1644,7 @@ pages: .delete() .ilike('name', '%la%') ``` - - name: With `rpc()` + - name: 使用 `rpc()` js: | ```js // Only valid if the Postgres function returns a table type. @@ -1652,7 +1656,7 @@ pages: .is(): $ref: '@supabase/postgrest-js."lib/PostgrestFilterBuilder".PostgrestFilterBuilder.is' examples: - - name: With `select()` + - name: 使用 `select()` isSpotlight: true js: | ```js @@ -1661,7 +1665,7 @@ pages: .select('name, country_id') .is('name', null) ``` - - name: With `update()` + - name: 使用 `update()` js: | ```js const { data, error } = await supabase @@ -1669,7 +1673,7 @@ pages: .update({ name: 'Mordor' }) .is('name', null) ``` - - name: With `delete()` + - name: 使用 `delete()` js: | ```js const { data, error } = await supabase @@ -1677,7 +1681,7 @@ pages: .delete() .is('name', null) ``` - - name: With `rpc()` + - name: 使用 `rpc()` js: | ```js // Only valid if the Postgres function returns a table type. @@ -1689,7 +1693,7 @@ pages: .in(): $ref: '@supabase/postgrest-js."lib/PostgrestFilterBuilder".PostgrestFilterBuilder.in' examples: - - name: With `select()` + - name: 使用 `select()` isSpotlight: true js: | ```js @@ -1698,7 +1702,7 @@ pages: .select('name, country_id') .in('name', ['Rio de Janeiro', 'San Francisco']) ``` - - name: With `update()` + - name: 使用 `update()` js: | ```js const { data, error } = await supabase @@ -1706,7 +1710,7 @@ pages: .update({ name: 'Mordor' }) .in('name', ['Rio de Janeiro', 'San Francisco']) ``` - - name: With `delete()` + - name: 使用 `delete()` js: | ```js const { data, error } = await supabase @@ -1714,7 +1718,7 @@ pages: .delete() .in('name', ['Rio de Janeiro', 'San Francisco']) ``` - - name: With `rpc()` + - name: 使用 `rpc()` js: | ```js // Only valid if the Postgres function returns a table type. @@ -1726,7 +1730,7 @@ pages: .contains(): $ref: '@supabase/postgrest-js."lib/PostgrestFilterBuilder".PostgrestFilterBuilder.cs' examples: - - name: With `select()` + - name: 使用 `select()` isSpotlight: true js: | ```js @@ -1735,7 +1739,7 @@ pages: .select('name, id, main_exports') .contains('main_exports', ['oil']) ``` - - name: With `update()` + - name: 使用 `update()` js: | ```js const { data, error } = await supabase @@ -1743,7 +1747,7 @@ pages: .update({ name: 'Mordor' }) .contains('main_exports', ['oil']) ``` - - name: With `delete()` + - name: 使用 `delete()` js: | ```js const { data, error } = await supabase @@ -1751,7 +1755,7 @@ pages: .delete() .contains('main_exports', ['oil']) ``` - - name: With `rpc()` + - name: 使用 `rpc()` js: | ```js // Only valid if the Postgres function returns a table type. @@ -1763,7 +1767,7 @@ pages: .containedBy(): $ref: '@supabase/postgrest-js."lib/PostgrestFilterBuilder".PostgrestFilterBuilder.cd' examples: - - name: With `select()` + - name: 使用 `select()` isSpotlight: true js: | ```js @@ -1772,7 +1776,7 @@ pages: .select('name, id, main_exports') .containedBy('main_exports', ['cars', 'food', 'machine']) ``` - - name: With `update()` + - name: 使用 `update()` js: | ```js const { data, error } = await supabase @@ -1780,7 +1784,7 @@ pages: .update({ name: 'Mordor' }) .containedBy('main_exports', ['orks', 'surveillance', 'evil']) ``` - - name: With `delete()` + - name: 使用 `delete()` js: | ```js const { data, error } = await supabase @@ -1788,7 +1792,7 @@ pages: .delete() .containedBy('main_exports', ['cars', 'food', 'machine']) ``` - - name: With `rpc()` + - name: 使用 `rpc()` js: | ```js // Only valid if the Postgres function returns a table type. @@ -1800,7 +1804,7 @@ pages: .rangeLt(): $ref: '@supabase/postgrest-js."lib/PostgrestFilterBuilder".PostgrestFilterBuilder.sl' examples: - - name: With `select()` + - name: 使用 `select()` isSpotlight: true js: | ```js @@ -1809,7 +1813,7 @@ pages: .select('name, id, population_range_millions') .rangeLt('population_range_millions', [150, 250]) ``` - - name: With `update()` + - name: 使用 `update()` js: | ```js const { data, error } = await supabase @@ -1817,7 +1821,7 @@ pages: .update({ name: 'Mordor' }) .rangeLt('population_range_millions', [150, 250]) ``` - - name: With `delete()` + - name: 使用 `delete()` js: | ```js const { data, error } = await supabase @@ -1825,7 +1829,7 @@ pages: .delete() .rangeLt('population_range_millions', [150, 250]) ``` - - name: With `rpc()` + - name: 使用 `rpc()` js: | ```js // Only valid if the Postgres function returns a table type. @@ -1837,7 +1841,7 @@ pages: .rangeGt(): $ref: '@supabase/postgrest-js."lib/PostgrestFilterBuilder".PostgrestFilterBuilder.sr' examples: - - name: With `select()` + - name: 使用 `select()` isSpotlight: true js: | ```js @@ -1846,7 +1850,7 @@ pages: .select('name, id, population_range_millions') .rangeGt('population_range_millions', [150, 250]) ``` - - name: With `update()` + - name: 使用 `update()` js: | ```js const { data, error } = await supabase @@ -1854,7 +1858,7 @@ pages: .update({ name: 'Mordor' }) .rangeGt('population_range_millions', [150, 250]) ``` - - name: With `delete()` + - name: 使用 `delete()` js: | ```js const { data, error } = await supabase @@ -1862,7 +1866,7 @@ pages: .delete() .rangeGt('population_range_millions', [150, 250]) ``` - - name: With `rpc()` + - name: 使用 `rpc()` js: | ```js // Only valid if the Postgres function returns a table type. @@ -1874,7 +1878,7 @@ pages: .rangeGte(): $ref: '@supabase/postgrest-js."lib/PostgrestFilterBuilder".PostgrestFilterBuilder.nxl' examples: - - name: With `select()` + - name: 使用 `select()` isSpotlight: true js: | ```js @@ -1883,7 +1887,7 @@ pages: .select('name, id, population_range_millions') .rangeGte('population_range_millions', [150, 250]) ``` - - name: With `update()` + - name: 使用 `update()` js: | ```js const { data, error } = await supabase @@ -1891,7 +1895,7 @@ pages: .update({ name: 'Mordor' }) .rangeGte('population_range_millions', [150, 250]) ``` - - name: With `delete()` + - name: 使用 `delete()` js: | ```js const { data, error } = await supabase @@ -1899,7 +1903,7 @@ pages: .delete() .rangeGte('population_range_millions', [150, 250]) ``` - - name: With `rpc()` + - name: 使用 `rpc()` js: | ```js // Only valid if the Postgres function returns a table type. @@ -1911,7 +1915,7 @@ pages: .rangeLte(): $ref: '@supabase/postgrest-js."lib/PostgrestFilterBuilder".PostgrestFilterBuilder.nxr' examples: - - name: With `select()` + - name: 使用 `select()` isSpotlight: true js: | ```js @@ -1920,7 +1924,7 @@ pages: .select('name, id, population_range_millions') .rangeLte('population_range_millions', [150, 250]) ``` - - name: With `update()` + - name: 使用 `update()` js: | ```js const { data, error } = await supabase @@ -1928,7 +1932,7 @@ pages: .update({ name: 'Mordor' }) .rangeLte('population_range_millions', [150, 250]) ``` - - name: With `delete()` + - name: 使用 `delete()` js: | ```js const { data, error } = await supabase @@ -1936,7 +1940,7 @@ pages: .delete() .rangeLte('population_range_millions', [150, 250]) ``` - - name: With `rpc()` + - name: 使用 `rpc()` js: | ```js // Only valid if the Postgres function returns a table type. @@ -1948,7 +1952,7 @@ pages: .rangeAdjacent(): $ref: '@supabase/postgrest-js."lib/PostgrestFilterBuilder".PostgrestFilterBuilder.adj' examples: - - name: With `select()` + - name: 使用 `select()` isSpotlight: true js: | ```js @@ -1957,7 +1961,7 @@ pages: .select('name, id, population_range_millions') .rangeAdjacent('population_range_millions', [70, 185]) ``` - - name: With `update()` + - name: 使用 `update()` js: | ```js const { data, error } = await supabase @@ -1965,7 +1969,7 @@ pages: .update({ name: 'Mordor' }) .rangeAdjacent('population_range_millions', [70, 185]) ``` - - name: With `delete()` + - name: 使用 `delete()` js: | ```js const { data, error } = await supabase @@ -1973,7 +1977,7 @@ pages: .delete() .rangeAdjacent('population_range_millions', [70, 185]) ``` - - name: With `rpc()` + - name: 使用 `rpc()` js: | ```js // Only valid if the Postgres function returns a table type. @@ -1985,7 +1989,7 @@ pages: .overlaps(): $ref: '@supabase/postgrest-js."lib/PostgrestFilterBuilder".PostgrestFilterBuilder.ov' examples: - - name: With `select()` + - name: 使用 `select()` isSpotlight: true js: | ```js @@ -1994,7 +1998,7 @@ pages: .select('name, id, main_exports') .overlaps('main_exports', ['computers', 'minerals']) ``` - - name: With `update()` + - name: 使用 `update()` js: | ```js let countries = await supabase @@ -2002,7 +2006,7 @@ pages: .update({ name: 'Mordor' }) .overlaps('main_exports', ['computers', 'minerals']) ``` - - name: With `delete()` + - name: 使用 `delete()` js: | ```js const { data, error } = await supabase @@ -2010,7 +2014,7 @@ pages: .delete() .overlaps('main_exports', ['computers', 'minerals']) ``` - - name: With `rpc()` + - name: 使用 `rpc()` js: | ```js // Only valid if the Postgres function returns a table type. -- Gitee