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.

Functions§

install_default_drivers
Install all currently compiled-in drivers for AnyConnection to use.
install_drivers
Install the list of drivers for AnyConnection to use.