Skip to content

Commit

Permalink
rv JDK typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhghomon committed Dec 24, 2024
1 parent 1b923b9 commit 0529655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/doc-sdk-rust/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ import DarkRocketLogo from "@img/icon/dark/rocket.png";
The SurrealDB SDK for Rust is the primary method of interacting with SurrealDB from client-side, server-side applications, systems, APIs, embedded systems, and IOT devices. The Rust SDK has support for robust error handling and type-safe operations, using an asynchronous API for efficient concurrent database interactions. You can use the Rust SDK to interact with your SurrealDB database instances, or to run SurrealDB as an embedded database within your Rust application, with functionality for executing queries, managing data, running database functions, authenticating to the database, building user signup and authentication functionality, and subscribing to data changes with live queries.

> [!IMPORTANT]
> The SDK requires Rust JDK version `1.80.1` or greater, and is available as a [crate](https://crates.io/crates/surrealdb).
> The SDK requires Rust version `1.80.1` or greater, and is available as a [crate](https://crates.io/crates/surrealdb).
> [!NOTE]
> The SDK works seamlessly with SurrealDB versions `v2.0.0` to <Version />, ensuring compatibility with the latest version.
Expand Down

0 comments on commit 0529655

Please sign in to comment.