[default]
description = "Default permissions for the pg-sync plugin"
permissions = [
"allow-init-database",
"allow-init-database-mobile",
"allow-get-db-path",
"allow-connect-remote",
"allow-connect-remote-with-retry",
"allow-start-auto-reconnect",
"allow-disconnect-remote",
"allow-sync-now",
"allow-is-online",
"allow-start-realtime-listener",
"allow-set-sync-filter",
"allow-remove-sync-filter",
"allow-get-sync-filter",
"allow-get-all-sync-filters",
"allow-get-registered-schema",
"allow-list-registered-tables",
"allow-ensure-table",
"allow-insert",
"allow-update",
"allow-delete",
"allow-find-by-id",
"allow-find-all",
"allow-find-where",
"allow-query",
"allow-count",
"allow-insert-many",
"allow-update-many",
"allow-delete-many",
"allow-clear-table",
"allow-get-local-schema",
"allow-list-local-tables",
"allow-list-remote-tables",
"allow-push-table-schema",
"allow-pull-table-schema",
"allow-purge-deleted",
"allow-purge-all-deleted",
"allow-get-deleted-stats",
]