Skip to content

Commit f54f14e

Browse files
authored
Update CONTRIBUTING.md (#390)
1 parent 3c9be01 commit f54f14e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ We aim to develop according to coding standards in-line with each programming la
3535

3636
## Driver architecture
3737

38-
We would recommend following the API of the [Rust driver](https://github.com/surrealdb/surrealdb/tree/main/lib), as the Rust driver is fully utilising our capabilities and is the de-facto reference implementation. In the future, it will also be the underlying implementation as we begin to share a common API (either via foreign function interfaces or WASM), with native language-specific bindings.
38+
We would recommend following the API of the [Rust driver](https://github.com/surrealdb/surrealdb/tree/main/crates/sdk), as the Rust driver is fully utilising our capabilities and is the de-facto reference implementation. In the future, it will also be the underlying implementation as we begin to share a common API (either via foreign function interfaces or WASM), with native language-specific bindings.
3939

4040
Drivers connect to SurrealDB using either REST, a text-based WebSocket protocol, or a binary-based WebSocket protocol. Each of the protocols aims to support as many of the SurrealDB features as possible, ensuring that similar functionality and similar performance are supported regardless of the protocol being used.
4141

0 commit comments

Comments
 (0)