sqlite_fdw

The sqlite_fdw functionality enables PostgreSQL to access and manipulate data stored in SQLite databases as if they were local tables, using a foreign data wrapper to translate queries and retrieve or update data across the two different database systems.

Information Analysis

Extensibility Types: Functions, Storage Managers
System Components: None

Duplicate Code Analysis

Total Lines of Code: ? 13046
Lines of Duplicate Code: ? 0
Percentage of Codebase: ? 0%

Versioning Analysis

Total Lines of Code: ? 13046
Lines of Encapsulated Versioning Code: ? 1485
Percentage of Encapsulated Versioning Code in Codebase: ? 11.38%
PostgreSQL Versions Cased On: ? 9,10,11,12,13,14,15,16