0
0
mirror of https://github.com/tursodatabase/libsql.git synced 2025-06-14 10:02:54 +00:00

Export OpenFlags

This commit is contained in:
wyhaya
2023-10-29 04:58:29 +08:00
parent c9b60a1c8e
commit af63313d45

@ -122,7 +122,7 @@ cfg_hrana! {
pub use self::{
connection::Connection,
database::Database,
database::{Database, OpenFlags},
rows::{Column, Row, Rows},
statement::Statement,
transaction::{Transaction, TransactionBehavior},