Skip to content

Commit 9e1f196

Browse files
authored
Merge pull request #1792 from EleDiaz/ffi-fixes
LibSql (rust lib) doesnt expose the BatchRows type
2 parents 9499c3c + df4de45 commit 9e1f196

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
@@ -175,7 +175,7 @@ cfg_hrana! {
175175
}
176176

177177
pub use self::{
178-
connection::Connection,
178+
connection::{BatchRows, Connection},
179179
database::{Builder, Database},
180180
load_extension_guard::LoadExtensionGuard,
181181
rows::{Column, Row, Rows},

0 commit comments

Comments
 (0)