Skip to content

Commit 2031c70

Browse files
committed
add preview warning
1 parent 9cebf9a commit 2031c70

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@
4949
- ✨ Works with Turso [AI & Vector Search](https://docs.turso.tech/features/ai-and-embeddings)
5050
- 📱 Works with macOS, iPadOS, tvOS, watchOS & iOS
5151

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+
5255
## Install
5356

5457
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.
7275
```swift
7376
import Libsql
7477

75-
let db = try Libsql.Database(
78+
let db = try Database(
7679
path: "./local.db",
7780
url: "TURSO_DATABASE_URL",
7881
authToken: "TURSO_AUTH_TOKEN",

0 commit comments

Comments
 (0)