Skip to content
#

migration-tool

Here are 264 public repositories matching this topic...

pg-differ
multum
multum commented Nov 28, 2019

The match parameter will be used to filter synchronization objects and take the regular expression as a value

const differ = new Differ({...})

differ.define('table', { name: 'contacts', columns: {...} }) // will be sync
differ.define('table', { name: 'contact_roles', columns: {...} }) // will be sync
differ.define('table', { name: 'chats', columns: {...} }) // w

Improve this page

Add a description, image, and links to the migration-tool topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the migration-tool topic, visit your repo's landing page and select "manage topics."

Learn more