Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kiwicopple authored Oct 29, 2023
1 parent e7407c6 commit b92e80a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

`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 |
| FDW | Description | Read | Modify |
|----------------|---------------|---------------|----------------|
| [HelloWorld](./wrappers/src/fdw/helloworld_fdw) | A demo FDW to show how to develop a basic FDW. | | |
| [BigQuery](./wrappers/src/fdw/bigquery_fdw) | A FDW for Google [BigQuery](https://cloud.google.com/bigquery) | :white_check_mark: | :white_check_mark: |
Expand All @@ -25,7 +25,8 @@

## Documentation

[Documentation on docs.rs](https://docs.rs/supabase-wrappers/latest/supabase_wrappers/).
- [Usage Docs](https://supabase.github.io/wrappers/)
- [Developer Docs (docs.rs)](https://docs.rs/supabase-wrappers/latest/supabase_wrappers/)

## Installation

Expand Down

0 comments on commit b92e80a

Please sign in to comment.