We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0cce41 commit bf9f2b5Copy full SHA for bf9f2b5
1 file changed
API.md
@@ -54,7 +54,7 @@ When designing your database schema for SQLite Sync, follow these essential requ
54
- **Foreign Key Compatibility**: Be aware of potential conflicts during CRDT merge operations and RLS policy interactions.
55
- **Trigger Compatibility**: Triggers may cause duplicate operations or be called multiple times due to column-by-column processing.
56
57
-For comprehensive guidelines, see the [Database Schema Recommendations](../README.md#database-schema-recommendations) section in the README.
+For comprehensive guidelines, see the [Database Schema Recommendations](README.md#database-schema-recommendations) section in the README.
58
59
The function supports three overloads:
60
- `cloudsync_init(table_name)`: Uses the default 'cls' CRDT algorithm.
0 commit comments