wrappers
wrappers
wrappers : Foreign data wrappers developed by Supabase
Overview
| ID | Extension | Package | Version | Category | License | Language |
|---|---|---|---|---|---|---|
| 8500 | wrappers
|
wrappers
|
0.5.6 |
FDW
|
Apache-2.0
|
Rust
|
| Attribute | Has Binary | Has Library | Need Load | Has DDL | Relocatable | Trusted |
|---|---|---|---|---|---|---|
--s-dt-
|
No
|
Yes
|
No
|
Yes
|
no
|
yes
|
| Relationships | |
|---|---|
| See Also | multicorn
odbc_fdw
jdbc_fdw
pgspider_ext
mysql_fdw
db2_fdw
pgbouncer_fdw
mongo_fdw
|
manual updated pgrx by Vonng
Packages
| Type | Repo | Version | PG Major Compatibility | Package Pattern | Dependencies |
|---|---|---|---|---|---|
| EXT | PIGSTY
|
0.5.6 |
18
17
16
15
14
13
|
wrappers |
- |
| RPM | PIGSTY
|
0.5.6 |
18
17
16
15
14
13
|
wrappers_$v |
- |
| DEB | PIGSTY
|
0.5.6 |
18
17
16
15
14
13
|
postgresql-$v-wrappers |
- |
| Linux / PG | PG18 | PG17 | PG16 | PG15 | PG14 | PG13 |
|---|---|---|---|---|---|---|
el8.x86_64
|
PIGSTY 0.5.6
|
PIGSTY 0.5.6
|
PIGSTY 0.5.6
|
PIGSTY 0.5.6
|
PIGSTY 0.5.6
|
MISS
|
el8.aarch64
|
PIGSTY 0.5.6
|
PIGSTY 0.5.6
|
PIGSTY 0.5.6
|
PIGSTY 0.5.6
|
PIGSTY 0.5.6
|
MISS
|
el9.x86_64
|
PIGSTY 0.5.6
|
PIGSTY 0.5.6
|
PIGSTY 0.5.6
|
PIGSTY 0.5.6
|
PIGSTY 0.5.6
|
MISS
|
el9.aarch64
|
PIGSTY 0.5.6
|
PIGSTY 0.5.6
|
PIGSTY 0.5.6
|
PIGSTY 0.5.6
|
PIGSTY 0.5.6
|
MISS
|
el10.x86_64
|
PIGSTY 0.5.6
|
PIGSTY 0.5.6
|
PIGSTY 0.5.6
|
PIGSTY 0.5.6
|
PIGSTY 0.5.6
|
MISS
|
el10.aarch64
|
PIGSTY 0.5.6
|
PIGSTY 0.5.6
|
PIGSTY 0.5.6
|
PIGSTY 0.5.6
|
PIGSTY 0.5.6
|
MISS
|
d12.x86_64
|
PIGSTY 0.5.6
|
PIGSTY 0.5.6
|
PIGSTY 0.5.6
|
PIGSTY 0.5.6
|
PIGSTY 0.5.6
|
MISS
|
d12.aarch64
|
PIGSTY 0.5.6
|
PIGSTY 0.5.6
|
PIGSTY 0.5.6
|
PIGSTY 0.5.6
|
PIGSTY 0.5.6
|
MISS
|
d13.x86_64
|
PIGSTY 0.5.6
|
PIGSTY 0.5.6
|
PIGSTY 0.5.6
|
PIGSTY 0.5.6
|
PIGSTY 0.5.6
|
MISS
|
d13.aarch64
|
PIGSTY 0.5.6
|
PIGSTY 0.5.6
|
PIGSTY 0.5.6
|
PIGSTY 0.5.6
|
PIGSTY 0.5.6
|
MISS
|
u22.x86_64
|
PIGSTY 0.5.6
|
PIGSTY 0.5.6
|
PIGSTY 0.5.6
|
PIGSTY 0.5.6
|
PIGSTY 0.5.6
|
MISS
|
u22.aarch64
|
PIGSTY 0.5.6
|
PIGSTY 0.5.6
|
PIGSTY 0.5.6
|
PIGSTY 0.5.6
|
PIGSTY 0.5.6
|
MISS
|
u24.x86_64
|
PIGSTY 0.5.6
|
PIGSTY 0.5.6
|
PIGSTY 0.5.6
|
PIGSTY 0.5.6
|
PIGSTY 0.5.6
|
MISS
|
u24.aarch64
|
PIGSTY 0.5.6
|
PIGSTY 0.5.6
|
PIGSTY 0.5.6
|
PIGSTY 0.5.6
|
PIGSTY 0.5.6
|
MISS
|
Source
pig build pkg wrappers; # build rpm / deb with pigInstall
Make sure PGDG and PIGSTY repo available:
pig repo add pgdg pigsty -u # add both repo and update cacheInstall this extension with pig:
pig install wrappers; # install via package name, for the active PG version
pig install wrappers -v 18; # install for PG 18
pig install wrappers -v 17; # install for PG 17
pig install wrappers -v 16; # install for PG 16
pig install wrappers -v 15; # install for PG 15
pig install wrappers -v 14; # install for PG 14Create this extension with:
CREATE EXTENSION wrappers;Last updated on