This is an automated email from the ASF dual-hosted git repository.
liurenjie1024 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-rust.git
The following commit(s) were added to refs/heads/main by this push:
new d1927dba docs: Add Wrappers project to README (#1852)
d1927dba is described below
commit d1927dbac595b42b0d45541b06949f949d4d8147
Author: Bo Lu <[email protected]>
AuthorDate: Thu Nov 13 13:21:42 2025 +1100
docs: Add Wrappers project to README (#1852)
## Which issue does this PR close?
## What changes are included in this PR?
This PR is to add [Wrappers](https://github.com/supabase/wrappers) to
the Readme doc.
## Are these changes tested?
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index 88b8714c..27cce766 100644
--- a/README.md
+++ b/README.md
@@ -97,6 +97,7 @@ The Apache Iceberg community is built on the principles
described in the [Apache
- [Lakekeeper](https://github.com/lakekeeper/lakekeeper/): An Apache-licensed
Iceberg REST Catalog with data access controls.
- [Moonlink](https://github.com/Mooncake-Labs/moonlink): A Rust library that
enables sub-second mirroring (CDC) of Postgres tables into Iceberg.
- [RisingWave](https://github.com/risingwavelabs/risingwave): A
Postgres-compatible SQL database designed for real-time event streaming data
processing, analysis, and management.
+- [Wrappers](https://github.com/supabase/wrappers): Postgres Foreign Data
Wrapper development framework in Rust.
## License