Skip to main content

Crate easy_sql_macros

Crate easy_sql_macros 

Source

Macros§

custom_sql_function
define_supports_fn_trait
define_supports_operator_trait
impl_supports_fn
impl_supports_fn_any
query
query_debug
Debug version of query! that prints the generated code and panics. Useful for inspecting macro expansion during development.
query_lazy
query_lazy_debug
Debug version of query_lazy! that prints the generated code and panics. Useful for inspecting macro expansion during development.
table_join
table_join_debug

Derive Macros§

DatabaseSetup
Insert
InsertDebug
Output
OutputDebug
Table
TableDebug
Update
UpdateDebug