Skip to content

Commit df4de45

Browse files
committed
feat: exposing BatchRows
1 parent 9ce06b7 commit df4de45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libsql/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ cfg_hrana! {
171171
}
172172

173173
pub use self::{
174-
connection::Connection,
174+
connection::{BatchRows, Connection},
175175
database::{Builder, Database},
176176
load_extension_guard::LoadExtensionGuard,
177177
rows::{Column, Row, Rows},

0 commit comments

Comments
 (0)