Receiver-side LiveView for DB Sync.
This is the site that wants to receive data from another site.
Flow
- Enter the sender's URL and connection code
- Connect to the sender via WebSocket
- Browse sender's available tables
- Select tables to transfer
- Configure conflict resolution and execute transfer
Summary
Functions
See PhoenixKitSync.Web.Receiver.Helpers.count_different_tables/2.
See PhoenixKitSync.Web.Receiver.Helpers.count_same_tables/2.
See PhoenixKitSync.Web.Receiver.Helpers.fetch_local_counts/1.
See PhoenixKitSync.Web.Receiver.Helpers.filter_records_by_mode/2.
See PhoenixKitSync.Web.Receiver.Helpers.format_connection_error/1.
See PhoenixKitSync.Web.Receiver.Helpers.get_schema_columns/1.