Re-exports§
pub use crate::error::Error;
pub use crate::pool::*;
pub use crate::traits::*;
pub use crate::types::*;
Macros§
- repository
- Creates a new database repository, either just creates a basic new type and statics to interact with the main database pool.
- repository_
delete - repository_
insert - repository_
update - sql_
filter - Creates a type-safe SQL filter struct with builder methods using SQL-like syntax.