sqlite_fdw
SQLite Foreign Data Wrapper
Module:
Categories:
Overview
PGDG 1st Party Extension: sqlite_fdw
: SQLite Foreign Data Wrapper
Information
- Extension ID: 8640
- Extension Name:
sqlite_fdw
- Package Name:
sqlite_fdw
- Category:
FDW
- License: PostgreSQL
- Website: https://github.com/pgspider/sqlite_fdw
- Language: C
- Extra Tags: N/A
- Comment:
Metadata
- Latest Version: 1.1
- Postgres Support:
17
,16
,15
,14
,13
- Need Load: Shared library do not need explicit loading
- Need DDL: Need
CREATE EXTENSION
DDL - Relocatable: Can not install to arbitrary schema
- Trusted: Untrusted, Require Superuser to Create
- Schemas: N/A
- Requires: N/A
RPM / DEB
- RPM Repo: PGDG
- RPM Name:
sqlite_fdw_$v*
- RPM Ver :
1.1
- RPM Deps: N/A
- DEB Repo: PGDG
- DEB Name:
postgresql-$v-sqlite-fdw
- DEB Ver :
2.4.0
- DEB Deps: N/A
Packages
Installation
Install sqlite_fdw
via the pig
CLI tool:
pig ext install sqlite_fdw
Install sqlite_fdw
via Pigsty playbook:
./pgsql.yml -t pg_extension -e '{"pg_extensions": ["sqlite_fdw"]}' # -l <cls>
Install sqlite_fdw
RPM from YUM repo directly:
dnf install sqlite_fdw_17*;
dnf install sqlite_fdw_16*;
dnf install sqlite_fdw_15*;
dnf install sqlite_fdw_14*;
dnf install sqlite_fdw_13*;
Install sqlite_fdw
DEB from APT repo directly:
apt install postgresql-16-sqlite-fdw;
apt install postgresql-15-sqlite-fdw;
apt install postgresql-14-sqlite-fdw;
apt install postgresql-13-sqlite-fdw;
Enable sqlite_fdw
extension on PostgreSQL cluster:
CREATE EXTENSION sqlite_fdw;
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.