This is a foreign data wrapper (FDW) to connect PostgreSQL to SQLite database file. This FDW works with PostgreSQL 13, 14, 15, 16, 17 and confirmed with SQLite 3.49.0 ...
This driver has SQLite embedded, you don't need to install one separately. Instead, this driver is based on pure-Go implementation of SQLite (https://gitlab.com/cznic ...