Skip to content

Commit 52a0442

Browse files
authored
feat: [WRA-17] add DynamoDB FDW (supabase#593)
* feat: add DynamoDB FDW * fix: follow copilot suggestions * ci: add cache deletion step to native wrappers test * fix: update clickhouse-rs source references to latest commit
1 parent 90184a4 commit 52a0442

15 files changed

Lines changed: 2513 additions & 8 deletions

File tree

.github/workflows/test_wrappers.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,12 @@ jobs:
5151
runs-on: blacksmith-4vcpu-ubuntu-2404
5252

5353
steps:
54+
- name: Delete All Caches
55+
uses: useblacksmith/cache-delete@v1
56+
with:
57+
key: ""
58+
prefix: true
59+
5460
- name: Checkout code
5561
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
5662

Cargo.lock

Lines changed: 30 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
| [Clickhouse](./wrappers/src/fdw/clickhouse_fdw) | A FDW for [ClickHouse](https://clickhouse.com/) |||
1818
| [Cloudflare D1](./wasm-wrappers/fdw/cfd1_fdw) | A Wasm FDW for [Cloudflare D1](https://developers.cloudflare.com/d1/) |||
1919
| [DuckDB](./wrappers/src/fdw/duckdb_fdw) | A FDW for [DuckDB](https://duckdb.org/) |||
20+
| [DynamoDB](./wrappers/src/fdw/dynamodb_fdw) | A FDW for [DynamoDB](https://aws.amazon.com/dynamodb/) |||
2021
| [Firebase](./wrappers/src/fdw/firebase_fdw) | A FDW for Google [Firebase](https://firebase.google.com/) |||
2122
| [HelloWorld](./wrappers/src/fdw/helloworld_fdw) | A demo FDW to show how to develop a basic FDW. | | |
2223
| [HubSpot](./wasm-wrappers/fdw/hubspot_fdw) | A Wasm FDW for [HubSpot](https://www.hubspot.com/) |||

0 commit comments

Comments
 (0)