Comment on Show HN: SyncLite – An embedded synchronization layer for SQLite and DuckDBparentComments−askmenot261mohow does it handle changes done on destination database? Does it sync them back to local database ?−mahchaOP1moSyncLite currently supports unidirectional replication/consolidation from embedded database to destination database. Reverse path from destination to local db(with conflict resolution) is on the roadmap.
Comments
how does it handle changes done on destination database? Does it sync them back to local database ?
SyncLite currently supports unidirectional replication/consolidation from embedded database to destination database. Reverse path from destination to local db(with conflict resolution) is on the roadmap.