diesel 2.3.0

A safe, extensible ORM and Query Builder for PostgreSQL, SQLite, and MySQL
1
2
3
4
5
#[doc(hidden)]
pub use crate::expression::functions::aggregate_expressions::{
    FunctionFragment, IsAggregateFunction, IsWindowFunction, Order, OverClause,
    WindowFunctionFragment,
};