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 the Table derive and its role in
SELECT queries as well as the RETURNING clause. Table has
more use cases, to be covered in c3_sequel and c4_foreign.

*/

mod c21_derive_table;
mod c22_derive_select;
mod c23_select_where;
mod c24_default_from;
mod c25_from_flat_row;
mod c26_sql_returning;