Skip to content

Commit

Permalink
removed redundant word
Browse files Browse the repository at this point in the history
  • Loading branch information
imor committed Sep 5, 2023
1 parent b568fd2 commit 838a69d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

`Wrappers` is a development framework for Postgres Foreign Data Wrappers ([FDW](https://wiki.postgresql.org/wiki/Foreign_data_wrappers)), written in Rust. Its goal is to make Postgres FDW development easier while keeping Rust language's modern capabilities, such as high performance, strong types, and safety.

`Wrappers` is also a collection of FDWs built by [Supabase](https://www.supabase.com). We currently support the following FDWs, with more are under development:
`Wrappers` is also a collection of FDWs built by [Supabase](https://www.supabase.com). We currently support the following FDWs, with more under development:

| FDW | Description | Data Read | Data Modify |
|----------------|---------------|---------------|----------------|
Expand Down

0 comments on commit 838a69d

Please sign in to comment.