File tree Expand file tree Collapse file tree
self-hosted/base/powersync
cloud/basic-cloud-pull/powersync
local-basic-supabase/powersync
local-postgres-node/powersync Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# See https://docs.powersync.com/sync/advanced/compatibility
22config :
3- edition : 2
4- sync_config_compiler : true
3+ edition : 3
54
65# Define Sync Streams to control which data is synced to each user
76# Docs: https://docs.powersync.com/sync/streams/overview
Original file line number Diff line number Diff line change 11# See https://docs.powersync.com/sync/advanced/compatibility
22config :
3- edition : 2
4- sync_config_compiler : true
3+ edition : 3
54
65# Define Sync Streams to control which data is synced to each user
76# Docs: https://docs.powersync.com/sync/streams/overview
Original file line number Diff line number Diff line change 1- # Define sync config to control which data is synced to each user
2- bucket_definitions :
1+ # See https://docs.powersync.com/sync/advanced/compatibility
2+ config :
3+ edition : 3
4+
5+ # Define Sync Streams to control which data is synced to each user
6+ # Docs: https://docs.powersync.com/sync/streams/overview
7+ streams :
38 global :
4- data :
9+ # Streams without parameters sync the same data to all users
10+ auto_subscribe : true
11+ queries :
512 - select _id as id, * FROM lists
613 - select _id as id, * from todos
Original file line number Diff line number Diff line change 33# See Documentation for more information:
44# https://docs.powersync.com/usage/sync-rules
55
6- # See https://docs.powersync.com/usage/sync-rules/compatibility for config:edition details
76config :
8- edition : 2
7+ edition : 3
98
10- # Define sync config to control which data is synced to each user
11- # Docs: https://docs.powersync.com/usage/sync-rules
12- bucket_definitions :
9+ streams :
1310 global :
14- # Sync config without parameter queries will sync to all users
15- data :
16- # Sync all rows
11+ # Streams without parameters sync the same data to all users
12+ auto_subscribe : true
13+ queries :
1714 - SELECT * FROM todos
Original file line number Diff line number Diff line change 33# See Documentation for more information:
44# https://docs.powersync.com/usage/sync-rules
55
6- # See https://docs.powersync.com/usage/sync-rules/compatibility for config:edition details
76config :
8- edition : 2
7+ edition : 3
98
10- # Define sync config to control which data is synced to each user
11- # Docs: https://docs.powersync.com/usage/sync-rules
12- bucket_definitions :
9+ streams :
1310 global :
14- # Sync config without parameter queries will sync to all users
15- data :
16- # Sync all rows
11+ # Streams without parameters sync the same data to all users
12+ auto_subscribe : true
13+ queries :
1714 - SELECT * FROM todos
Original file line number Diff line number Diff line change 33# See Documentation for more information:
44# https://docs.powersync.com/usage/sync-rules
55
6- # See https://docs.powersync.com/usage/sync-rules/compatibility for config:edition details
76config :
8- edition : 2
7+ edition : 3
98
10- # Define sync config to control which data is synced to each user
11- # Docs: https://docs.powersync.com/usage/sync-rules
12- bucket_definitions :
9+ streams :
1310 global :
14- # Sync config without parameter queries will sync to all users
15- data :
16- # Sync all rows
11+ # Streams without parameters sync the same data to all users
12+ auto_subscribe : true
13+ queries :
1714 - SELECT * FROM todos
You can’t perform that action at this time.
0 commit comments