We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b66b894 commit 066fd51Copy full SHA for 066fd51
Sources/SQLiteData/Documentation.docc/Articles/CloudKit.md
@@ -237,8 +237,7 @@ CREATE TABLE "reminders"(
237
) STRICT
238
```
239
240
-> Tip: See SQLite's documentation on [foreign keys] for more information.
241
-[foreign keys]: https://sqlite.org/foreignkeys.html
+> Tip: See SQLite's documentation on [foreign keys](https://sqlite.org/foreignkeys.html) for more information.
242
243
SQLiteData can synchronize many-to-one and many-to-many relationships to CloudKit,
244
and you can enforce foreign key constraints in your database connection. While it is possible for
0 commit comments