blob: d69f8415f158c049eb4c642d3eabc85c77f6cd5b (
plain)
1
2
3
4
5
6
7
8
9
10
|
# task-021
The CRDT sync server must persist domain entities to an SQLite file.
Source: ard-006
For the purposes of this task, any read/write operation is enough to prove that
the pattern is ready to be used in other tasks.
Epic: epic-006
|