Skip to content

Commit

Permalink
Merge pull request #524 from wyhaya/pub_flags
Browse files Browse the repository at this point in the history
Export OpenFlags
  • Loading branch information
MarinPostma committed Oct 29, 2023
2 parents 4a0fd3e + af63313 commit d4e0dcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libsql/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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},
Expand Down

0 comments on commit d4e0dcd

Please sign in to comment.