You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+30-8Lines changed: 30 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,14 +30,27 @@ Download the appropriate pre-built binary for your platform from the official [R
30
30
- Android
31
31
- iOS
32
32
33
-
### Loading the Extension
34
-
35
-
```sql
36
-
-- In SQLite CLI
37
-
.load ./ai
38
-
39
-
-- In SQL
40
-
SELECT load_extension('./ai');
33
+
### Swift Package
34
+
35
+
You can [add this repository as a package dependency to your Swift project](https://developer.apple.com/documentation/xcode/adding-package-dependencies-to-your-app#Add-a-package-dependency). After adding the package, you'll need to set up SQLite with extension loading by following steps 4 and 5 of [this guide](https://github.com/sqliteai/sqlite-extensions-guide/blob/main/platforms/ios.md#4-set-up-sqlite-with-extension-loading).
0 commit comments