Extensions / Foreign data wrappers
Experimental Go/cgo project template for building PostgreSQL foreign data wrappers.
pgext.cloud · Source code · Documentation · License text · Control file
| Package | go_fdw |
|---|---|
| Version | 1.0 |
| Repository | Unspecified |
| Extension type | Standard |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | No |
| Relocatable | Yes |
| Stars | 35 |
| Latest commit | 2019-01-07 |
| Catalogue updated | 2026-08-30 |
| ch_fdw | Foreign data wrapper for federated access from PostgreSQL to ClickHouse. |
| gofdw | Postgres FDW in go experiments |
| template_fdw | Foreign data wrapper for template tables that intentionally rejects SELECT and DML operations. |
| pgocrypto | encrypt data between Go and PG |
| oracle_fdw | foreign data wrapper for Oracle access |
| mysql_fdw | Foreign data wrapper for querying a MySQL server |
| redis_fdw | Foreign data wrapper for querying a Redis server |
| mongo_fdw | foreign data wrapper for MongoDB access |