Skip to content

Commit

Permalink
docs(wasm): update Cloudflare D1 Wasm FDW checksum (#391)
Browse files Browse the repository at this point in the history
  • Loading branch information
burmecia authored Dec 18, 2024
1 parent ef78590 commit 18983c6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/catalog/cfd1.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ The D1 API uses JSON formatted data, please refer to [D1 API docs](https://devel

| Version | Wasm Package URL | Checksum |
| ------- | ----------------------------------------------------------------------------------------------- | ------------------------------------------------------------------ |
| 0.1.0 | `https://github.com/supabase/wrappers/releases/download/wasm_cfd1_fdw_v0.1.0/cfd1_fdw.wasm` | `tbd` |
| 0.1.0 | `https://github.com/supabase/wrappers/releases/download/wasm_cfd1_fdw_v0.1.0/cfd1_fdw.wasm` | `783232834bb29dbd3ee6b09618c16f8a847286e63d05c54397d56c3e703fad31` |

## Preparation

Expand Down Expand Up @@ -83,7 +83,7 @@ We need to provide Postgres with the credentials to access D1 and any additional
fdw_package_url 'https://github.com/supabase/wrappers/releases/download/wasm_cfd1_fdw_v0.1.0/cfd1_fdw.wasm',
fdw_package_name 'supabase:cfd1-fdw',
fdw_package_version '0.1.0',
fdw_package_checksum 'tbd',
fdw_package_checksum '783232834bb29dbd3ee6b09618c16f8a847286e63d05c54397d56c3e703fad31',
api_url 'https://api.cloudflare.com/client/v4/accounts/<account_id>/d1/database', -- optional
account_id '<Account ID>',
database_id '<Database ID>',
Expand All @@ -100,7 +100,7 @@ We need to provide Postgres with the credentials to access D1 and any additional
fdw_package_url 'https://github.com/supabase/wrappers/releases/download/wasm_cfd1_fdw_v0.1.0/cfd1_fdw.wasm',
fdw_package_name 'supabase:cfd1-fdw',
fdw_package_version '0.1.0',
fdw_package_checksum 'tbd',
fdw_package_checksum '783232834bb29dbd3ee6b09618c16f8a847286e63d05c54397d56c3e703fad31',
api_url 'https://api.cloudflare.com/client/v4/accounts/<account_id>/d1/database', -- optional
account_id '<Account ID>',
database_id '<Database ID>',
Expand Down

0 comments on commit 18983c6

Please sign in to comment.