Update Doc regarding rusqlite compatibility

Make it clear that it's not a drop in replacement for rusqlite as that
isn't async
This commit is contained in:
Dave Warnock
2025-10-08 08:03:43 +01:00
parent f92d19ddeb
commit e28ece6950

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