mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-31 05:44:25 +01:00
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:
@@ -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