mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-02 07:54:19 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user