We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cebf9a commit 2031c70Copy full SHA for 2031c70
README.md
@@ -49,6 +49,9 @@
49
- ✨ Works with Turso [AI & Vector Search](https://docs.turso.tech/features/ai-and-embeddings)
50
- 📱 Works with macOS, iPadOS, tvOS, watchOS & iOS
51
52
+> [!WARNING]
53
+> This SDK is currently in technical preview. <a href="https://tur.so/discord-swift">Join us in Discord</a> to report any issues.
54
+
55
## Install
56
57
Add `tursodatabase/libsql-swift` to your SwiftPM dependencies:
@@ -72,7 +75,7 @@ The example below uses Embedded Replicas and syncs data every 1000ms from Turso.
72
75
```swift
73
76
import Libsql
74
77
-let db = try Libsql.Database(
78
+let db = try Database(
79
path: "./local.db",
80
url: "TURSO_DATABASE_URL",
81
authToken: "TURSO_AUTH_TOKEN",
0 commit comments