Module default

Module default 

Source

Re-exports§

pub use find_many::find_many;
pub use find_first::find_first;
pub use find_unique::find_unique;
pub use create::create;
pub use update::update;
pub use upsert::upsert;
pub use delete::delete;
pub use copy::copy;
pub use copy_or_create::copy_or_create;
pub use create_many::create_many;
pub use update_many::update_many;
pub use delete_many::delete_many;
pub use copy_many::copy_many;
pub use count::count;
pub use aggregate::aggregate;
pub use group_by::group_by;

Modules§

aggregate
copy
copy_many
copy_or_create
count
create
create_many
delete
delete_many
find_first
find_many
find_unique
group_by
update
update_many
upsert