benbjohnson/postlite

Is logical replication supported?

jugaadi opened this issue · 2 comments

Is logical replication supported?

@jugaadi No, Postlite simply wraps the SQLite query API with a Postgres proxy so it doesn’t adapt any additional Postgres features to SQLite.

I was also hoping for this feature so we can do what fly.io does with PostgreSQL. Like have many read only and one master and redirecting the network connection based on if it’s a sql read or write .

Sort of related to replication :)