Skip to content

Commit

Permalink
Reexport rusqlite
Browse files Browse the repository at this point in the history
  • Loading branch information
swlkr committed Jan 31, 2024
1 parent 65e29fc commit a1c8a83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
//! Ryzz is a query builder and migration generator for sqlite, don't call it an orm.
//!
extern crate self as ryzz;
pub use rusqlite;
pub use rusqlite::types::Value;
pub use rusqlite::ToSql;
use rusqlite::{params_from_iter, OpenFlags};
Expand Down

0 comments on commit a1c8a83

Please sign in to comment.