This commit is contained in:
Billy Chan 2021-11-10 15:53:37 +08:00
parent ac804a1642
commit 9c1646b198
No known key found for this signature in database
GPG Key ID: A2D690CAC7DF3CC7
2 changed files with 3 additions and 3 deletions

View File

@ -117,6 +117,3 @@ pub use model::*;
// pub use prelude::*;
pub use primary_key::*;
pub use relation::*;
// Imports paginator utility by default making it backward compatible.
pub use crate::PaginatorTrait;

View File

@ -23,3 +23,6 @@ pub use update::*;
pub use util::*;
pub use crate::{ConnectionTrait, InsertResult, Statement, UpdateResult, Value, Values};
// Imports paginator utility by default making it backward compatible.
pub use crate::PaginatorTrait;