Skip to content

Commit 6cdd853

Browse files
authored
docs(wasm): update Orb Wasm FDW v0.1.0 checksum (#427)
1 parent 6031ab5 commit 6cdd853

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/catalog/orb.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ The Orb Wrapper is a WebAssembly(Wasm) foreign data wrapper which allows you to
1515

1616
## Available Versions
1717

18-
| Version | Wasm Package URL | Checksum |
19-
| ------- | --------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------ |
20-
| 0.1.0 | `https://github.com/supabase/wrappers/releases/download/wasm_orb_fdw_v0.1.0/orb_fdw.wasm` | `tbd` |
18+
| Version | Wasm Package URL | Checksum |
19+
| ------- | ----------------------------------------------------------------------------------------- | ------------------------------------------------------------------ |
20+
| 0.1.0 | `https://github.com/supabase/wrappers/releases/download/wasm_orb_fdw_v0.1.0/orb_fdw.wasm` | `89153a0a570257c231b78561cc909766731c828324585a5b6e2aa553902cb73a` |
2121

2222
## Preparation
2323

@@ -68,7 +68,7 @@ We need to provide Postgres with the credentials to access Orb and any additiona
6868
fdw_package_url 'https://github.com/supabase/wrappers/releases/download/wasm_orb_fdw_v0.1.0/orb_fdw.wasm',
6969
fdw_package_name 'supabase:orb-fdw',
7070
fdw_package_version '0.1.0',
71-
fdw_package_checksum 'tbd',
71+
fdw_package_checksum '89153a0a570257c231b78561cc909766731c828324585a5b6e2aa553902cb73a',
7272
api_url 'https://api.withorb.com/v1', -- optional
7373
api_key_id '<key_ID>' -- The Key ID from above.
7474
);
@@ -83,7 +83,7 @@ We need to provide Postgres with the credentials to access Orb and any additiona
8383
fdw_package_url 'https://github.com/supabase/wrappers/releases/download/wasm_orb_fdw_v0.1.0/orb_fdw.wasm',
8484
fdw_package_name 'supabase:orb-fdw',
8585
fdw_package_version '0.1.0',
86-
fdw_package_checksum 'tbd',
86+
fdw_package_checksum '89153a0a570257c231b78561cc909766731c828324585a5b6e2aa553902cb73a',
8787
api_url 'https://api.withorb.com/v1', -- optional
8888
api_key '3e2e912...' -- Orb API key
8989
);

0 commit comments

Comments
 (0)