sqly 0.5.0

A lightweight macro system on top of sqlx
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#![allow(unused)]

/*

This section introduces more attributes to achieve and
further customize the same queries. This covers most
functionality, with only SQL joins left in c4_foreign.

*/

mod c31_customize_sql;
mod c32_set_arguments;
mod c33_optional_args;
mod c34_derive_struct;
mod c35_multi_tasking;
mod c36_a_lot_at_once;