Skip to main content

Module supported

Module supported 

Source
Expand description

Built-in SQL functions and operators supported by the easy-sql macros.

The items below are recognized by query! and query_lazy! across all drivers. Individual drivers opt into support by implementing the corresponding marker traits (typically via impl_supports_fn, impl_supports_fn_any, or manual impls).

For custom SQL functions not listed here, use custom_sql_function!.

§Built-in SQL functions

§Built-in operators