benbjohnson / postlite

Postgres wire compatible SQLite proxy.
Apache License 2.0
1.21k stars 30 forks source link

Is logical replication supported? #10

Closed jugaadi closed 2 years ago

benbjohnson commented 2 years ago

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

gedw99 commented 2 years ago

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 :)