File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ When designing your database schema for SQLite Sync, follow these essential requ
5454- ** Foreign Key Compatibility** : Be aware of potential conflicts during CRDT merge operations and RLS policy interactions.
5555- ** Trigger Compatibility** : Triggers may cause duplicate operations or be called multiple times due to column-by-column processing.
5656
57- For comprehensive guidelines, see the [ Database Schema Recommendations] ( ../ README.md#database-schema-recommendations) section in the README.
57+ For comprehensive guidelines, see the [ Database Schema Recommendations] ( README.md#database-schema-recommendations ) section in the README.
5858
5959The function supports three overloads:
6060- ` cloudsync_init(table_name) ` : Uses the default 'cls' CRDT algorithm.
You can’t perform that action at this time.
0 commit comments