#![allow(unused)]/*
This section introduces DELETE, INSERT and UPDATE queries,
SELECT is more involved and will be covered in c2_select,
more complicated attributes and use cases follow after.
*/modc11_derive_delete;modc12_derive_insert;modc13_derive_update;modc14_rename_column;modc15_bind_argument;modc16_override_type;