mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-17 08:34:19 +01:00
add futures-util feature flag + impl Stream for Rows
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
#[cfg(feature = "futures")]
|
||||
use futures_util::stream::StreamExt;
|
||||
use turso::Builder;
|
||||
|
||||
#[tokio::main]
|
||||
|
||||
Reference in New Issue
Block a user