Instantly share code, notes, and snippets.

Embed
What would you like to do?
dat sync
{
"sync": {
"pgsql-cats": {
"table": "cats", // if not specified would default to pgsql-cats
"username": "admin",
"password": {"env": "DB_PASSWORD"},
"transform": "transform-uppercase", // or e.g. gasket run foobar
"module": "sqldown-table-sync"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment