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
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ results = SurrealDB.query(db, "SELECT * FROM user WHERE age > 18")
44
44
SurrealDB.close!(db)
45
45
```
46
46
47
-
Do-block form closes in a`finally`:
47
+
Do-block form auto-closes via`finally`:
48
48
49
49
```julia
50
50
SurrealDB.connect("ws://localhost:8000"; ns="test", db="test") do db
@@ -79,10 +79,10 @@ Full reference at [danvinci.github.io/SurrealDB.jl](https://danvinci.github.io/S
79
79
80
80
## Cross-SDK conformance
81
81
82
-
Go SDK test suite ported as Julia testsets; Python interop verified via fixture round-trips.
82
+
Selected Go testsets ported as Julia testsets; Python interop verified via fixture round-trips.
83
83
JS + Rust planned ([roadmap](#roadmap)).
84
84
85
-
The comparative reference set includes [Go](https://github.com/surrealdb/surrealdb.go), [Python](https://github.com/surrealdb/surrealdb.py), [JS](https://github.com/surrealdb/surrealdb.js), [Rust](https://github.com/surrealdb/surrealdb/tree/main/crates/sdk), and[.NET](https://github.com/surrealdb/surrealdb.net).
0 commit comments