Skip to content

Commit 86084fa

Browse files
Sync Streams Update (#60)
* chore: updated powersync.yaml to include new sync_config for use with Sync Streams. Also re-installed deps which updated pnpm-lock.yaml * fix: added the edition flag * fix: added the config parent
1 parent 8623fe7 commit 86084fa

2 files changed

Lines changed: 2447 additions & 3 deletions

File tree

docker/powersync.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,14 @@ storage:
1212

1313
port: 8080
1414

15-
sync_rules:
15+
sync_config:
1616
content: |
17-
bucket_definitions:
17+
config:
18+
edition: 3
19+
streams:
1820
global:
19-
data:
21+
auto_subscribe: true
22+
queries:
2023
- SELECT * FROM counters
2124
2225
client_auth:

0 commit comments

Comments
 (0)