Module prelude

Source

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.