Commit 5eb8300
authored
Tagged rows and support for move outs in Electric DB collection (#942)
Builds on top of Electric's ts-client support for tagging rows and move out events: electric-sql/electric#3497
This PR extends tanstack DB such that it handles tagged rows and move out events. A tagged row is removed from the Electric collection when its tag set becomes empty. Note that rows only have tags when the shape they belong to has one or more subqueries.1 parent 8ed7725 commit 5eb8300
File tree
8 files changed
+2485
-17
lines changed- .changeset
- packages
- db-collection-e2e
- docker
- src
- suites
- electric-db-collection
- e2e
- src
- tests
8 files changed
+2485
-17
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
0 commit comments