Postlite
Postgres wire compatible SQLite proxy
Postlite is an archived proof-of-concept proxy that makes remote SQLite databases accessible through the PostgreSQL wire protocol. It lets standard PostgreSQL clients connect to SQLite files as if they were regular Postgres databases. The proxy translates PostgreSQL frontend messages into SQLite transactions, then converts SQLite results back into PostgreSQL-compatible responses. It also mirrors parts of the PostgreSQL catalog through an attached in-memory database with virtual tables. This...