Merge 'Fix rusqlite compatibility claim' from Dave Warnock

Make it clear that the Turso rust binding is not a drop-in replacement
for rusqlite. Turso is async and rusqlite isn't

Closes #3633
This commit is contained in:
Pekka Enberg
2025-10-08 11:47:10 +03:00
committed by GitHub

View File

@@ -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