From e28ece6950f6a17592508bf6dc9db4825848dff4 Mon Sep 17 00:00:00 2001 From: Dave Warnock Date: Wed, 8 Oct 2025 08:03:43 +0100 Subject: [PATCH] Update Doc regarding rusqlite compatibility Make it clear that it's not a drop in replacement for rusqlite as that isn't async --- bindings/rust/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/rust/README.md b/bindings/rust/README.md index a8c1ce4c4..bc0701de9 100644 --- a/bindings/rust/README.md +++ b/bindings/rust/README.md @@ -4,7 +4,7 @@ The next evolution of SQLite: A high-performance, SQLite-compatible database lib ## Features -- **SQLite Compatible**: Drop-in replacement for rusqlite with familiar API +- **SQLite Compatible**: Similar interface to rusqlite with familiar API apart from being async (using Tokio) - **High Performance**: Built with Rust for maximum speed and efficiency - **Async/Await Support**: Native async operations with tokio support - **In-Process**: No network overhead, runs directly in your application