# PostgreSQL: Write a Foreign Data Wrapper in 15 minutes

**URL:** https://forum.codeselfstudy.com/t/postgresql-write-a-foreign-data-wrapper-in-15-minutes/2649
**Category:** General Discussion
**Tags:** databases
**Created:** [May 27, 2021, 3:36am UTC](https://forum.codeselfstudy.com/t/postgresql-write-a-foreign-data-wrapper-in-15-minutes/2649 "2021-05-27T03:36:42Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Josh](https://forum.codeselfstudy.com/user_avatar/forum.codeselfstudy.com/josh/32/4_2.png) [@Josh](https://forum.codeselfstudy.com/u/Josh)
#### Post date: [May 27, 2021, 3:36am UTC](https://forum.codeselfstudy.com/t/postgresql-write-a-foreign-data-wrapper-in-15-minutes/2649/1 "2021-05-27T03:36:42Z")

</div>

This looks interesting.

> **[Conferences-write\_a\_foreign\_data\_wrapper\_in\_15\_minutes-presentation.pdf](https://wiki.postgresql.org/images/7/7e/Conferences-write_a_foreign_data_wrapper_in_15_minutes-presentation.pdf)**
>
> 580.63 KB

I found it while looking to see if there was a [foreign data wrapper](https://wiki.postgresql.org/wiki/Foreign_data_wrappers) for Google Sheets.

([There is](https://github.com/lincolnturner/gspreadsheet_fdw). 😃 )

**Edit:** I also found these while closing some related tabs:

- [GitHub - TheDeadJoe/google\_spreadsheets\_fdw: Multicorn based PostgreSQL foreign data wrapper for Google Spreadsheets](https://github.com/TheDeadJoe/google_spreadsheets_fdw) (another one)
- [googlesheets Basic Usage](https://cran.r-project.org/web/packages/googlesheets/vignettes/basic-usage.html) (R and Google Sheets)
