I'm considering using Electric SQL as a "sync engine" for frontend clients in an app.
The docs say it requires logical replication to be enabled in PostgreSQL for it to work, and for the user to have REPLICATION role.
Does Doltgres support logical replication in this way? If so, how do I enable it? If not, is it planned?
Thanks!