PKGNAME=sqlite-fdw
PKGSEC=database
# FIXME: Does not yet support the latest PostgreSQL (18).
#
# Upstream support pending - https://github.com/pgspider/sqlite_fdw/pull/118
PKGDEP="postgresql-17 sqlite libxml2"
BUILDDEP="llvm"
PKGDES="PostgreSQL extension which implements a Foreign Data Wrapper (FDW) for SQLite databases"

ABTYPE=self
