Skip to content

Commit 9d103dd

Browse files
committed
Documentation reorganized
1 parent 794ecaf commit 9d103dd

File tree

6 files changed

+519
-560
lines changed

6 files changed

+519
-560
lines changed

API.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ When designing your database schema for SQLite Sync, follow these essential requ
5757
- **Foreign Key Compatibility**: Be aware of potential conflicts during CRDT merge operations and RLS policy interactions.
5858
- **Trigger Compatibility**: Triggers may cause duplicate operations or be called multiple times due to column-by-column processing.
5959

60-
For comprehensive guidelines, see the [Database Schema Recommendations](README.md#database-schema-recommendations) section in the README.
60+
For comprehensive guidelines, see the [Database Schema Recommendations](docs/SCHEMA.md).
6161

6262
The function supports three overloads:
6363
- `cloudsync_init(table_name)`: Uses the default 'cls' CRDT algorithm.

0 commit comments

Comments
 (0)