Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading