Skip to content

Commit ad1f184

Browse files
committed
add: async traits for driver, db, connection, stmt and implement it for DataFusion driver
Signed-off-by: if0ne <[email protected]>
1 parent d411cab commit ad1f184

File tree

5 files changed

+1044
-252
lines changed

5 files changed

+1044
-252
lines changed

rust/core/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
4242
pub mod constants;
4343
pub mod error;
44+
pub mod non_blocking;
4445
pub mod options;
4546
pub mod schemas;
4647

0 commit comments

Comments
 (0)