blob: 81f806335e9a130c3d323a790d4c70e8e7dcae4d (
plain)
1
2
3
4
5
6
7
8
|
# 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.
|