0
0
mirror of https://github.com/tursodatabase/libsql.git synced 2025-05-05 16:02:05 +00:00

feat: exposing BatchRows

This commit is contained in:
Eleazar Díaz Delgado
2024-09-20 11:37:23 +01:00
parent 9ce06b7cdf
commit df4de45d13

@ -171,7 +171,7 @@ cfg_hrana! {
}
pub use self::{
connection::Connection,
connection::{BatchRows, Connection},
database::{Builder, Database},
load_extension_guard::LoadExtensionGuard,
rows::{Column, Row, Rows},